Re: Extending & Embedding Python

2006-01-12 Thread Marco Meoni
About SWIG: This program has a lot of commands... In your opinion what is the best settings for my use? Thanks... Marco -- http://mail.python.org/mailman/listinfo/python-list

Re: Extending & Embedding Python

2006-01-12 Thread Marco Meoni
> i'm not sure what tutorial you mean. are you talking about the > Extending and Embedding section of the python manual? > > http://docs.python.org/ext/ext.html Yes, this section. Is there in one-file version? (pdf, ps, dvi, all in 1 html, etc...) -- http://mail.python.org/mailman/listinfo/pyth

Re: Extending & Embedding Python

2006-01-12 Thread David Murmann
Marco Meoni schrieb: > Hi all! I've a problem with a C++ class that has to be included in a > python application. One way to do it is Extending and Embedding the > Python Interpreter > Now i have 2 questions > 1) Is there a one-file version of this tutorial? i'm not sure what tutorial you mean. ar