OpenRPG User Guide: Installation
Complete Installation instructions are located at the official www.openrpg.com web site. Follow the link below.
http://www.openrpg.com/index.php?page=install
REPRINT from http://www.openrpg.com/download.php
|
Like any other complex piece of software, OpenRPG requires other software in order to function properly.
Python v2.5

www.python.org
Python is an interpreted, interactive, object-oriented programming language. It is often compared to Tcl, Perl, Scheme or Java.
|
wxPython v2.8

www.wxpython.org
wxPython is a Python extension module that encapsulates the wxWindows GUI
classes.
|
|
|
Note: Make sure you install the suggested Python and wxPython versions. Use the links below.
Later versions of Python and wxPython may not run as expected.
Download the and install Python Interpreter. Choose a version that matches your operating system:
Download and install the wxPython extension module. Choose a version that matches your operating system:
Download the OpenRPG package of your choice. All packages contain the same code.
Start OpenRPG by executing .
- Windows: If you used the windows installer, a shortcut should be in your start menu. Otherwise double click start.py.
- Unix/Linux: Execute start.py. Make sure you use python2.2! For example:
$ python2 start.py
|
|