Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 204347
Collapse All | Expand All

(-)londonlaw-0.2.1/londonlaw/guiclient/__init__.py (+6 lines)
Lines 23-28 Link Here
23
23
24
from twisted.internet import protocol, reactor
24
from twisted.internet import protocol, reactor
25
from twisted.python import log
25
from twisted.python import log
26
try:
27
    import wxversion
28
    wxversion.select("2.6")
29
except Exception, e:
30
    print >> sys.stderr, "%s: wxPython 2.6 not installed." %e
31
    sys.exit(1)
26
from wxPython.wx import *
32
from wxPython.wx import *
27
from ConnectWindow import *
33
from ConnectWindow import *
28
from GameListWindow import *
34
from GameListWindow import *

Return to bug 204347