Call C functions from Python

Java and Swing codecraig at gmail.com
Wed Oct 5 10:26:55 EDT 2005


i tried...

>> from ctypes import *
>> myapp = cdll.LoadLibrary("c:\\myapp.dll")
>> dumpbin /exports myapp.pyd

i get, SyntaxError: invalid syntax with it pointing at the first "p" in
myapp.pyd.




More information about the Python-list mailing list