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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to