wx.App - BitTornado GUI nicht ausfürhbar

Plattformunabhängige GUIs mit wxWidgets.
Antworten
DeinHorst
User
Beiträge: 1
Registriert: Montag 31. Juli 2006, 01:23

Moin!
Ich habe folgende Fehler wenn ich BitTornado starten möchte:
Code:

[root@localhost BitTornado-CVS]# ./btdownloadgui.py Traceback (most recent call last): File "./btdownloadgui.py", line 29, in ? from BitTornado.ConfigReader import configReader File "/home/Horst/BitTornado-CVS/BitTornado/ConfigReader.py", line 40, in ? _CHECKINGCOLOR = ColorToHex(wxSystemSettings_GetColour(wxSYS_COLOUR_3DSHADOW)) File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/_misc.py", line 187, in SystemSettings_GetColour return _misc_.SystemSettings_GetColour(*args, **kwargs) wx._core.PyNoAppError: The wx.App object must be created first! [root@localhost BitTornado-CVS]#

Ich habe Fedora Core 5 Linux i686 Kernel: 2.6.17-1.2157_FC5
Was kann ich tun?
Antworten