<p><br>
On Mar 11, 2011 4:23 PM, "Patrick" <<a href="mailto:zxpatric@gmail.com">zxpatric@gmail.com</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> I saw in the Beginner document that "•Is easily extended by adding new<br>
> modules implemented in a compiled language such as C or C++. ".<br>
><br>
> While to my investigation, it seems not that easy or did I miss<br>
> something?<br>
><br>
> boost python (C++ libraries need to be re-compiled with written<br>
> wrappers again?).<br>
> SWIG (It works by taking the declarations found in C/C++ header and<br>
> using them to generate the wrapper code that scripting languages need<br>
> to access the underlying C/C++ code).<br>
><br>
> Thanks<br>
> -Patrick<br>
> --</p>
<p>I believe the document was referring to writing your own python modules in C, not wrapping existing libraries. <br>
</p>