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