Windows error 126 loading a dll on windows 2000

luis solisgb at gmail.com
Wed Jul 25 13:55:02 EDT 2007


Hi!

I'm using ctypes with python 2.4 on windows xp

the code

if exists(join(getcwd(),'statistics.dll')):
...ap=windll.LoadLibrary(join(getcwd(),'statistics.dll'))

works fine


but on windows 2000, the some code raise the windows error 126, it
can't load the module statistics.dll

thanks in advance




More information about the Python-list mailing list