Actually Running a function from a DLL

Neil Hodgson neilh at hare.net.au
Fri Apr 7 23:02:12 EDT 2000


> I have installed PythonWin and win32all, but I seem to be completely 
> unable to run a function from a dll. I'm loading the dll with 
> win32api.LoadLibrary, but I can't figure out how to access the 
> functions. 

   You need Sam Rushing's calldll module:
http://www.nightmare.com/squirl/python-ext/calldll.zip

   You can often find useful Python code in the Vaults of Parnassus:
http://www.vex.net/parnassus/

   Neil






More information about the Python-list mailing list