Embedding Python in VB
Pierre-Andre Dumay
p.a.dumay at rheagroup.com
Fri May 10 04:13:29 EDT 2002
Hi Guys,
I have succesfully embedded the Python interpreter in a C application
that calls the documented high level C-routines.
I would like now to call these routine Py_Initialize(),
Py_RunSimpleString directly from VB code. I declared these functions
from the Python22.dll in my header as I would normally do with any
other function calls to another windows dll but it doesn't seem to
work.
What am I doing wrong ?
Thank you for your help.
Pierre-Andre
More information about the Python-list
mailing list