Mercurial > traipse
view start_noupdate.py @ 26:153def0822a8 ornery-orc
Traipse 'OpenRPG' {090909-01}
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. 'Ornery-Orc' continues the trend of 'Grumpy' and adds fixes to the code. 'Ornery-Orc''s main goal is to offer more advanced features and enhance the productivity of the user.
Update Summary:
00 - Fixes log problem in Fog. Fixes Mini Lib loading problem. Fixes problem with whispers in Alias Lib.
01 - Left a " off the version number.
author | sirebral |
---|---|
date | Wed, 09 Sep 2009 17:01:53 -0500 |
parents | e8260c6cb309 |
children | ff154cf3350c |
line wrap: on
line source
#!/usr/bin/env python import pyver pyver.checkPyVersion() #Update Manager from orpg.orpg_wx import * import upmana.updatemana app = upmana.updatemana.updateApp(0) app.MainLoop() #Main Program from orpg.orpg_wx import * import orpg.main if WXLOADED: mainapp = orpg.main.orpgApp(0) mainapp.MainLoop() else: print "You really really need wx!"