Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #37127
| Date | 2013-01-20 18:10 -0600 |
|---|---|
| From | Tim Chase <python.list@tim.thechases.com> |
| Subject | Re: RE Help splitting CVS data |
| References | <3e1e8567-b9f4-446a-8a59-75f45367d2ac@googlegroups.com> <kdhqc3$p0l$2@ger.gmane.org> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.712.1358726924.2939.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
RE Help splitting CVS data Garry <ggkraemer@gmail.com> - 2013-01-20 14:04 -0800
Re: RE Help splitting CVS data Mitya Sirenef <msirenef@lightbird.net> - 2013-01-20 17:14 -0500
Re: RE Help splitting CVS data Terry Reedy <tjreedy@udel.edu> - 2013-01-20 17:16 -0500
Re: Help splitting CVS data Dave Angel <d@davea.name> - 2013-01-20 17:21 -0500
Re: RE Help splitting CVS data Roy Smith <roy@panix.com> - 2013-01-20 19:00 -0500
Re: RE Help splitting CVS data Tim Chase <python.list@tim.thechases.com> - 2013-01-20 18:10 -0600
Re: RE Help splitting CVS data Garry <ggkraemer@gmail.com> - 2013-01-20 16:41 -0800
Re: RE Help splitting CVS data Chris Angelico <rosuav@gmail.com> - 2013-01-21 12:30 +1100
Re: RE Help splitting CVS data Alister <alister.ware@ntlworld.com> - 2013-01-21 08:28 +0000
Re: RE Help splitting CVS data Neil Cerutti <neilc@norwich.edu> - 2013-01-21 14:12 +0000
csiph-web