Hi, We use Boost at my company. An alternative is using Pyrex/Cython: http://wiki.cython.org/WrappingCPlusPlus. It seems Boost is better suited to legacy C++ code; you may want to take a good look at the alternative. If you are not married to C++, Pyrex provides some OO stuff for C: http://ldots.org/pyrex-guide/5-python-wrapper.html#class
Chris On Wed, Jun 10, 2009 at 12:59 PM, Omar A Rodriguez <[email protected]> wrote: > Anyone have good/bad experience with Boost.Python? Do you know of other > libraries that claim "seamless interoperability" between C++ and Python? > > http://www.boost.org/doc/libs/1_39_0/libs/python/doc/index.html > > I've been toying with the idea of having a task management system in the > threading sense implemented in C++ but accessible from Python. I came across > Boost.Python earlier today and was wondering what you folks think. > > > Thanks, > -Omar > _______________________________________________ > Portland mailing list > [email protected] > http://mail.python.org/mailman/listinfo/portland > -- christopher hiller sr software engineer decipher 34 nw 1st ave, ste 305 portland or 97209 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/portland/attachments/20090610/596b8577/attachment.htm> _______________________________________________ Portland mailing list [email protected] http://mail.python.org/mailman/listinfo/portland
