Re: [Tutor] Paradox database files

2005-03-08 Thread Victor Bouffier
That did the trick. Thanks Ewald. FYI, I used the '--nodeps' directive once I realized there were really no major issues. I still needed to keep the added symlink since the px libraries couldn't find the libbz2.so.1.0 file. Thanks again to all. That was great help. Victor Ewald Ertl wrote: Hi Vi

Re: [Tutor] Paradox database files

2005-03-08 Thread Ewald Ertl
Hi Victor on Tue, 08 Mar 2005 10:06:50 -0600 Victor Bouffier <[EMAIL PROTECTED]> wrote : - Victor Bouffier > Hi all, Victor Bouffier > I know this is OT from Python, but does anybody know how to fix my

Re: [Tutor] Paradox database files

2005-03-08 Thread Victor Bouffier
o" <[EMAIL PROTECTED]> Subject: Re: [Tutor] Paradox database files Sent: 08 Mar 2005 01:51:35 On Mon, 7 Mar 2005, Victor Bouffier wrote: > Does anybody know of a Python module to read from Paradox database > files? I don't need to write back to the files. These files are being

Re: [Tutor] Paradox database files

2005-03-07 Thread apple_py
Hi Danny, Thanks a lot for your help. I have not been able to try it out, but I will first thing tomorrow. It seems that this is just what I need. I love this forum. Thanks to all. Victor ---Original Message--- > From: "Danny Yoo" <[EMAIL PROTECTED]> > Subjec

Re: [Tutor] Paradox database files

2005-03-07 Thread Danny Yoo
On Mon, 7 Mar 2005, Victor Bouffier wrote: > Does anybody know of a Python module to read from Paradox database > files? I don't need to write back to the files. These files are being > exported using a proprietary application and I need to parse them to > extract transaction information. Hi V

[Tutor] Paradox database files

2005-03-07 Thread Victor Bouffier
Hi all. Does anybody know of a Python module to read from Paradox database files? I don't need to write back to the files. These files are being exported using a proprietary application and I need to parse them to extract transaction information. I found something about ODBC being able to conne