CSV module for Python

Installation

Unpack the archive, change to the csv directory then type the following:

python setup.py install

The installation has been tested on NT and Linux.

Installation on Windows

These instructions apply if you don't have a C compiler (ie. "python setup.py install" fails). Once you've downloaded the csv.pyd file you need to save it to a special location on your disk. Typically, this is: c:\python22\lib\site-packages.

Note that if you have Python2.1, you will need to save it to "c:\python21..." instead of "c:\python22...".