luis wrote:
> 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
> 
Using Google on "windows error 126" turned this up, hope it helps.

http://flashexperiments.insh-allah.com/ApacheError126.html

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

Reply via email to