|
|
| |
from twisted.internet import protocol, reactor | from twisted.internet import protocol, reactor |
from twisted.python import log | from twisted.python import log |
|
try: |
|
import wxversion |
|
wxversion.select("2.6") |
|
except Exception, e: |
|
print >> sys.stderr, "%s: wxPython 2.6 not installed." %e |
|
sys.exit(1) |
from wxPython.wx import * | from wxPython.wx import * |
from ConnectWindow import * | from ConnectWindow import * |
from GameListWindow import * | from GameListWindow import * |