> Fox tables do not have Python libraries Um ... actually there are a few options - mostly designed for importing data into other databases or data structures. See below. There's also the option of using ODBC to interface with DBF files. I believe there are 3rd party ODBC implementations for the Mac and Linux. http://www.egenix.com/products/python/mxODBC/
Python options for reading (and maybe writing) DBF files: "John Machin" <[email protected]> and "Ethan Furman" <[email protected]> have written DBF modules. There's a short recipe to read/write Xbase/FoxPro DBF files (without memo support) http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/362715 dbfpy (by [email protected]) also claims DBF support http://pypi.python.org/pypi?%3Aaction=search&term=dbf&submit=search Python dBase 0.84.18 (may be related to one of the above?) http://groups.google.com/group/python-dbase Another Python module that reads Visual FoxPro DBF file (with memo support) http://www.physics.ox.ac.uk/users/santoso/Software.Repository.html Malcolm _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

