Mercurial > traipse_dev
view start_server_gui.py @ 58:27e58b0483e7 traipse_dev
Fixed major bug that caused an error to spit out in Windows platforms.
Added /tmp/tmp.txt placeholder to ensure the /tmp/ folder is there.
removed more print statements.
author | sirebral |
---|---|
date | Sat, 08 Aug 2009 00:25:33 -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()