Regexp problem, which pattern to use in split

Hans Almåsbakk hansa at tihlde.org.invalid
Tue Dec 14 10:30:30 EST 2004


"Fredrik Lundh" <fredrik at pythonware.com> writes:


> >>> import csv
> 
> http://online.effbot.org/2003_08_01_archive.htm#librarybook-csv-module
> 

This seems be just the thing I need.

Now ofcourse, another problem arouse:
The csv module is new in Python 2.3.

hans:~# python -V
Python 2.1.3

Is there a relatively hassle-free way to get the csv module working with
2.1? The server is running Debian stable/woody, and it also seemed 2.2 can
coexist with 2.1, when I checked the distro packages, if that is any help.

Regards
-- 
Hans Almåsbakk
-remove .invalid for correct email



More information about the Python-list mailing list