|
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 * |