2 Installation requirements
3 ------------------------------
4 To run this program you will need:
5 * python >= version 2.5 (get it from http://www.python.org)
6 * wxpython >= version 2.8 (get it from http://www.wxpython.org)
8 Python 2.4 does not include the sqlite3 modules, so it need
9 the pysqlite module from pysqlite.org
10 * pysqlite >= version 2.3.2 (get it from http://www.pysqlite.org)
14 ------------------------------
15 Note that Wixi can be started without an installation ($ python wixi.py).
16 But a setup.py install script is provided. Simply run as root:
17 $ python setup.py install
21 ------------------------------
22 Distutils doesn't provide a way to uninstall the application. However,
23 if you install the program with the command:
24 $ python setup.py install --record install.log
25 The filename install.log will show a record list of installed files.
26 You will have to remove them manually.