xrced läuft nur mit unicode-wxPython???

Plattformunabhängige GUIs mit wxWidgets.
Antworten
Benutzeravatar
jens
Python-Forum Veteran
Beiträge: 8502
Registriert: Dienstag 10. August 2004, 09:40
Wohnort: duisburg
Kontaktdaten:

Leider klappt gerade xrced nicht:
Traceback (most recent call last):
File "xrced.py", line 24, in ?
from globals import *
File "D:\Python\XRCed-0.1.1-5\globals.py", line 13, in ?
sysFont = wxSystemSettings_GetFont(wxSYS_SYSTEM_FONT)
File "D:\Python\Python\Lib\site-packages\wx-2.5.3-msw-ansi\wx\_misc.py", line
149, in SystemSettings_GetFont
return _misc_.SystemSettings_GetFont(*args, **kwargs)
wx._core.PyNoAppError: The wx.App object must be created first!
Obwohl ich es schon mal am laufen hatte... Allerdings glaube ich mit der unicode Version von wxPython... Hat es damit zu tun?
Leonidas
Python-Forum Veteran
Beiträge: 16025
Registriert: Freitag 20. Juni 2003, 16:30
Kontaktdaten:

Wie kommt es, dass bei dir XRCed einzeln, ohne wxPython, ist? Bei mir läuft der XRCed 0.1.3-1 aus wxPython 2.5.3.1-unicode unter Windows XP ohne Probleme, versuch den doch mal!
My god, it's full of CARs! | Leonidasvoice vs (former) Modvoice
Antworten