A newbie to Python question.

Fredrik Lundh fredrik at pythonware.com
Thu May 6 18:11:02 EDT 1999


> I haven't read the entire help for Python yet, but I want to ask this quick
> question.  I know java and C++ are different, but with jPython you tell it
> to import your class and what not and the interpreter can use those classes
> like a regular old java app.  If I were to put my c++ (WIN32) classes in a
> dll can python still access variables in the classes that are contained in
> the dll like it does with java classes.  I hope I am making myself clear.

http://www.python.org/doc/current/ext/ext.html
http://www.swig.org/

</F>





More information about the Python-list mailing list