[python-win32] DLL load failed

Nabil Servais nabil.servais at gmail.com
Mon Mar 21 12:05:28 CET 2011


Hello,

I packaged an application for windows with py2exe, and when I launch
the executable I have some this errors :

Traceback (most recent call last):
  File "logon.py", line 5, in <module>
  File "eole\option.pyo", line 4, in <module>
  File "eole\reg.pyo", line 9, in <module>
  File "eole\os_type.pyo", line 4, in <module>
  File "win32api.pyo", line 12, in <module>
  File "win32api.pyo", line 10, in __load

ImportError: DLL load failed: The specified procedure could not be found.

I use python 2.6 and pywin32-216 on Windows XP SP3, the application
was coded first with python 2.5.


More information about the python-win32 mailing list