Ich habe mein erstes grössere wxPython-Projekt erstellt. Nun möchte ich es mit px2exe in eine ausführbare exe-Datei unter Windows-Vista umwandeln. Der Prozess mit 'python setup.py py2exe' verläuft normal. Wenn ich nun die im dist-Verzeichnis erstellte exe-Datei ausführe gibt es ein Dialogfenster, welches auf das lesen der log-Datei hinweist. In dieser log-Datei steht nun folgendes:
Code: Alles auswählen
Traceback (most recent call last):
File "puzzle_app_04_01.py", line 182, in <module>
File "puzzle_app_04_01.py", line 158, in main
File "puzzle_control_04_01.pyc", line 72, in __init__
File "puzzle_control_04_01.pyc", line 351, in read_last_game_nr
File "shelve.pyc", line 225, in open
File "shelve.pyc", line 208, in __init__
File "anydbm.pyc", line 62, in <module>
ImportError: no dbm clone found; tried ['dbhash', 'gdbm', 'dbm', 'dumbdbm']
Code: Alles auswählen
ImportError: no dbm clone found; tried ['dbhash', 'gdbm', 'dbm', 'dumbdbm']
Was könnte man hier unternehmen. Bin für jede Antwort von euch dankbar.
Gruss wuf
