> "alexandr" == alexandr <[EMAIL PROTECTED]> writes:
alexandr> Is it possible to create a library from my python module
alexandr> that can be used from c/c++ application?
http://boost.org/libs/python/doc/index.html
--
http://mail.python.org/mailman/listinfo/python-list
Michael Chermside wrote:
> What would be quite nice would be a sort of inverse to SWIG... a
> tool to mechanically create C wrappers around a Python program. I
> haven't heard of such a beast, but perhaps someone else will write
> in to point one out.
And how!
http://elmer.sourceforge.net
--
R
alexandr writes:
> Is it possible to create a library from my python module that can be
> used from c/c++ application?
Yes... the only question is how difficult it is.
The basic idea is that you create a library containing Python that
contains a hard-coded copy of your python script (or which rea
Is it possible to create a library from my python module that can be
used from c/c++ application?
--
http://mail.python.org/mailman/listinfo/python-list