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
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)
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
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
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