Mercurial > traipse_dev
view start_server_gui.py @ 70:52a5fa913008 ornery-dev
Update Manager: Started working on the control panel. Right now the GUI is the hardest part. If you look through the code you will see that I can already obtain revision numbers.
author | sirebral |
---|---|
date | Tue, 18 Aug 2009 20:48:36 -0500 |
parents | c7f04d3c76f5 |
children |
line wrap: on
line source
#!/usr/bin/env python #import os import sys import pyver pyver.checkPyVersion() from orpg.orpg_wx import * if WXLOADED: import orpg.networking.mplay_server_gui app = orpg.networking.mplay_server_gui.ServerGUIApp(0) app.MainLoop()