[C++-sig] Miscellaneous Boost.Python Utilities

2010-05-13 Thread Jim Bosch
In the hope that others might find them useful, and perhaps contribute some of their own, I've posted a collection of miscellaneous Boost.Python extensions I've been using at the Boost sandbox: http://svn.boost.org/svn/boost/sandbox/python_extensions Features include: - Conversions between ST

Re: [C++-sig] When not to use static boost python library

2010-05-13 Thread Kun Hong
Nat Goodspeed wrote: I guess what the problem is should be that: another python extension, written in boost python, cannot access the types and functions exposed in my current extension. I am not clear why is it so, becaused it is exposed to the python interpreter already. If there are two py