How can i use a DLL in python ?

Jere Kahanpaa jkahanpa at pcu.helsinki.fi.invalid
Wed Dec 6 10:24:00 EST 2000


^Socrates^ <joseamartin at venmex.com> wrote:
: Adobe was made a toolkit for Java,C++,and Perl , but currently no version
: for Python.
: I was emailed to them and request the Python Version, but a have no response
: from them.

The fastest way (if you know C/C++ and have a compiler) is using one of the interface generators on 
the C++ layer. Try using SWIG (www.swig.org???). 

You could also use the Java interface from JPython.

Happy hacking

	Jere Kahanpää

--
Lord, make my words as sweet as honey, for one day I may have to eat them



More information about the Python-list mailing list