PyGDChart 2.0 Beta 31/12/03 ================== Since this is a Beta release, we'll assume our users know what they're doing: 1. Install the latest version of Bruce Verderaime's GDChart library (0.11.4dev, at the time of writing). 2. Edit the setup.py file to point to the appropriate libraries on your system. 3. Now do python setup.py build_ext -i This will build the C extension in-place, allowing you to test it before installation. Preferably, you should do the testing with PyLid (also available at www.nullcube.com): cd test /path/to/pylid.py 5. Once the unit-tests have run successfully (please report any errors): cd .. python setup.py install