>> where would i get this csv module from? does it come with python 2.2?
>> thanks
It comes with Python 2.3. If you grab the csv and _csv modules from the
Python 2.3 CVS repository, they should build and run under 2.2.x. If that's
not possible, poke around for Object Craft's csv module.
Skip