Download
version 0.9.8 for Windows
version 0.9.8 for all platforms (Linux/Unix/Mac/Windows).
For anonymous access to project's Subversion repository:
svn co https://indywiki.svn.sourceforge.net/svnroot/indywiki
Windows
Indywiki.exe
Download the installer and then double click on it. Install indywiki into your directory of choice, enter the directory and double click on indywiki.exe.
Linux + Unix + Mac os
indywiki.tar
Download and install PyQt4, either from sources, or from a software
management system (on debian based systems, that is apt-get install
python-qt4). Python is normally installed on these systems, python
version 2.5 is suggested, since the program has not been tested on
older versions.
then enter into the directory you have extracted (tar -xvvf indywiki.tar) indywiki and run:
$ python indywiki.py
If you want you can build PyQt4 from source, see more on http://www.riverbankcomputing.com/Docs/PyQt4/pyqt4ref.html#installing-pyqt)
Windows executables are included , in order for windows users to be
able to run the program without having to get and install python, pyqt and qt.
However, by making this an executable (using py2exe program) , it
contains python+pyqt4 modules as windows DLL's, that's why the size is extremely big (~23mb).
As an alternative, you can download and install python, qt, sip and pyqt4 modules and run the
code, instead of the executable.
