Seite 1 von 1

py2exe Fehlermeldung

Verfasst: Dienstag 9. Mai 2006, 13:50
von lukasmarti
Wenn ich ein pythonscript mit py2exe öffen kommt immer eine Fehlermeldung "Wrong numer of args"


Danke

Verfasst: Dienstag 9. Mai 2006, 14:28
von querdenker
Mit py2exe kann man keine Python-Scripte starten.

Von der py2exe-Seite:
py2exe is a Python distutils extension which converts python scripts into executable windows programs, able to run without requiring a python installation.
mfg, querdenker

Verfasst: Dienstag 9. Mai 2006, 16:45
von Bernhard
Meiner Meinung nach der einfachste Weg zu Py2Exe:

http://www.python-forum.de/topic-5037.html

Gruß,
Bernhard

Verfasst: Dienstag 9. Mai 2006, 17:13
von lukasmarti
Wie muss man dan das Script in eine .exe Datei umwandeln?

Verfasst: Dienstag 9. Mai 2006, 17:52
von Leonidas
lukasmarti hat geschrieben:Wie muss man dan das Script in eine .exe Datei umwandeln?
  1. Setupfile schreiben
  2. Code: Alles auswählen

    python setup.py py2exe
  3. Fertiges Script gibts dann im dist/-Ordner.