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?
