[python-win32] DLL load failed

Mark Hammond skippy.hammond at gmail.com
Sun Mar 27 08:46:08 CEST 2011


If the py2exe app was created on a later OS (eg, vista, 7), look for any 
DLLs py2exe has packaged up with should not be there.

HTH,

Mark

On 21/03/2011 10:05 PM, Nabil Servais wrote:
> 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.
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> http://mail.python.org/mailman/listinfo/python-win32



More information about the python-win32 mailing list