Files
2000-10-24 23:01:51 +00:00
..
2000-10-17 16:29:45 +00:00
2000-10-17 16:44:47 +00:00
1999-10-12 01:55:45 +00:00
2000-10-24 22:57:17 +00:00
2000-10-17 16:44:47 +00:00
2000-08-09 21:46:13 +00:00
2000-10-24 22:56:46 +00:00
2000-10-17 21:16:52 +00:00
2000-10-17 21:16:52 +00:00
2000-10-17 16:44:47 +00:00
2000-10-24 23:01:51 +00:00
1999-10-12 01:55:45 +00:00

Python-2.0:

Edit setup.py and make sure the paths are right for your system. This
uses Distutils, so it should work on all platforms.

$ python setup.py build
# python setup.py install

Python-1.6:

The previous method should work, else use the classic method.

Python-1.5.2:

Get Distutils from www.pythonlabs.com and install it. Then do as above.
Else, use the classic method.

Classic method:

Check Setup.in and make sure it has the right paths for your system.

To build:	python build.py
To install: 	follow additional instructions after build.

Got windows? Try compile.py instead.