Forgot to add the SettingsDialog.py file when commiting the previous push.
[wixi.git] / INSTALL
blob68f49e2d69b4af3557848506cb0003771dc07a74
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)
13 Installing Wixi
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
20 Uninstalling Wixi
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.