Python module for reading FilePro files?

M.-A. Lemburg mal at egenix.com
Thu Apr 17 07:33:43 EDT 2008


On 2008-04-16 15:53, Steve Bergman wrote:
> Does anyone know of a Python package or module to read data files from
> the venerable old Filepro crossplatform database/IDE?

No, but there is Filepro support in PHP, so you could write a PHP
script which reads the data and then exports it to some other
database format which can be read by Python.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Apr 17 2008)
 >>> Python/Zope Consulting and Support ...        http://www.egenix.com/
 >>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
 >>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

:::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,MacOSX for free ! ::::


    eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
     D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
            Registered at Amtsgericht Duesseldorf: HRB 46611



More information about the Python-list mailing list