Re: using python from c/c++

2005-06-11 Thread Chris Smith
> "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

Re: using python from c/c++

2005-06-10 Thread Robert Kern
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

using python from c/c++

2005-06-10 Thread Michael Chermside
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

using python from c/c++

2005-06-10 Thread alexandr
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