comparison start_server_gui.py @ 15:b6c6ec28ba8a grumpy-goblin

Traipse 'OpenRPG' {090807-00} Traipse is a distribution of OpenRPG that is designed to be easy to setup and go. Traipse also makes it easy for developers to work on code without fear of sacrifice. 'Grumpy-Goblin' was created as a stablizing branch in an effort to remove bugs from core code. Update Summary: Major improvements in the Server GUI. Server now looks through XML file for password (thanks, david), lobby name, and port. Callbacks and other previous partial implements work.
author sirebral
date Fri, 07 Aug 2009 22:06:09 -0500
parents f24c6e431a15
children
comparison
equal deleted inserted replaced
14:e8260c6cb309 15:b6c6ec28ba8a
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 2
3 import os 3 #import os
4 import sys 4 import sys
5
6 HG = os.environ["HG"]
7 5
8 import pyver 6 import pyver
9 pyver.checkPyVersion() 7 pyver.checkPyVersion()
10
11 os.system(HG + ' pull "http://hg.assembla.com/traipse"')
12 os.system(HG + ' update')
13 8
14 from orpg.orpg_wx import * 9 from orpg.orpg_wx import *
15 10
16 if WXLOADED: 11 if WXLOADED:
17 import orpg.networking.mplay_server_gui 12 import orpg.networking.mplay_server_gui