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 ggenellina
Recipients dominade27, ggenellina
Date 2009-01-15.06:03:38
SpamBayes Score 0.07823635
Marked as misclassified No
Message-id <1231999421.58.0.988833842763.issue4952@psf.upfronthosting.co.za>
In-reply-to
Content
Please post your question to the Python users mailing list: python-
list@python.org -- mirrored as the comp.lang.python newsgroup too.
Also, gmane.org provides a web interfase: http://dir.gmane.org/
gmane.comp.python.general

Back to your question, the easiest way would be to define a C interfase 
(not C++) that you can call directly from Python using the ctypes 
module (available in the standard library since 2.5)
Another good alternative is to use Cython (which evolved from the Pyrex 
project). See http://wiki.python.org/moin/
IntegratingPythonWithOtherLanguages
History
Date User Action Args
2009-01-15 06:03:42ggenellinasetrecipients: + ggenellina, dominade27
2009-01-15 06:03:41ggenellinasetmessageid: <1231999421.58.0.988833842763.issue4952@psf.upfronthosting.co.za>
2009-01-15 06:03:40ggenellinalinkissue4952 messages
2009-01-15 06:03:38ggenellinacreate