[py2exe] ImportError: DLL loaded failed: %1 ist keine...
Verfasst: Sonntag 28. November 2010, 15:15
Hallo,
habe das Problem, dass beim Umwandeln meiner setup.py eine DLL nicht geladen wird.
OS: Windows Vista
Python: 2.7
Das Ergebnis ist das Folgende:

ImportError: DLL loaded failed: %1 ist keine zulässige Win32-Anwendung.
Weiß jemand Rat?
habe das Problem, dass beim Umwandeln meiner setup.py eine DLL nicht geladen wird.
OS: Windows Vista
Python: 2.7
Code: Alles auswählen
from py2exe.build_exe import py2exe
from distutils.core import setup
setup(
version = "1.0",
author = "my name",
author_email = "my email",
console=["myprogram.py"],
)

ImportError: DLL loaded failed: %1 ist keine zulässige Win32-Anwendung.

Weiß jemand Rat?
