This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, georg.brandl, subgeometer
Date 2009-06-10.09:59:36
SpamBayes Score 0.003515005
Marked as misclassified No
Message-id <1244627977.69.0.42710655731.issue6251@psf.upfronthosting.co.za>
In-reply-to
Content
Did you take a look at Boost.Python?
This is a much more natural (from C++ point of view) way to create
Python types. All boilerplate code comes from template techniques
(creation/destruction, static methods...)

The tutorial is interesting:
http://www.boost.org/doc/libs/release/libs/python/doc/tutorial/doc/html/python/exposing.html

IOW, I suggest to just add a reference to the boost::python library
History
Date User Action Args
2009-06-10 09:59:38amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, georg.brandl, subgeometer
2009-06-10 09:59:37amaury.forgeotdarcsetmessageid: <1244627977.69.0.42710655731.issue6251@psf.upfronthosting.co.za>
2009-06-10 09:59:36amaury.forgeotdarclinkissue6251 messages
2009-06-10 09:59:36amaury.forgeotdarccreate