RE Help splitting CVS data

Tim Chase python.list at tim.thechases.com
Sun Jan 20 19:10:04 EST 2013


On 01/20/13 16:16, Terry Reedy wrote:
> On 1/20/2013 5:04 PM, Garry wrote:
>> I'm trying to manipulate family tree data using Python.
>> I'm using linux and Python 2.7.3 and have data files saved as Linux formatted cvs files
> ...
>> I'm stuck, comments and solutions greatly appreciated.
>
> Why are you not using the cvs module?

that's an easy answer:

 >>> import cvs
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
ImportError: No module named cvs


Now the *csv* module... ;-)

-tkc







More information about the Python-list mailing list