Re: [Tutor] Trying to read dBase files

2014-03-12 Thread Mark Lawrence
On 12/03/2014 09:13, Alan Gauld wrote: On 11/03/14 20:09, Dave Angel wrote: Alan Gauld Wrote in message: I am using Python 3.3. I did some google searches and found something called dbfpy to read dbase, so I downloaded and installed it. File "C:\Python33\lib\site-packages\dbfpy\dbf.p

Re: [Tutor] Trying to read dBase files

2014-03-12 Thread Alan Gauld
On 11/03/14 20:09, Dave Angel wrote: Alan Gauld Wrote in message: I am using Python 3.3. I did some google searches and found something called dbfpy to read dbase, so I downloaded and installed it. File "C:\Python33\lib\site-packages\dbfpy\dbf.py", line 260 print repr(_rec)

Re: [Tutor] Trying to read dBase files

2014-03-11 Thread Dave Angel
Alan Gauld Wrote in message: > On 11/03/14 18:39, Al Bull wrote: > > > >> I am using Python 3.3. I did some google searches and found something >> called dbfpy to read dbase, so I downloaded and installed it. >> >>File "C:\Python33\lib\site-packages\dbfpy\dbf.py", line 260 >> print re

Re: [Tutor] Trying to read dBase files

2014-03-11 Thread Alan Gauld
On 11/03/14 18:39, Al Bull wrote: I'm new to python and want to use it to create an application to read one or more dbase files, manipulate some data, and create a new file. You could also try the Dabo project, it is an IDE for building DBase like apps. I think it supports reading Foxpro(ak

[Tutor] Trying to read dBase files

2014-03-11 Thread Al Bull
Greetings. I'm new to python and want to use it to create an application to read one or more dbase files, manipulate some data, and create a new file. I am using Python 3.3. I did some google searches and found something called dbfpy to read dbase, so I downloaded and installed it. The exampl