Re: Connecting to Access with Python from within Cygwin

2008-06-18 Thread Thorsten Kampe
* Robert Latest (Wed, 18 Jun 2008 08:29:37 +0200) > I've written a small script in a Windows Python envoronment. This > script accesses an MS Access database using the win32 odbc module. > These are involked using this line: > > import odbc, dbi > > However, I greatly prefer the Linux/X look and

Connecting to Access with Python from within Cygwin

2008-06-17 Thread Robert Latest
Hello, I've written a small script in a Windows Python envoronment. This script accesses an MS Access database using the win32 odbc module. These are involked using this line: import odbc, dbi However, I greatly prefer the Linux/X look and feel for development, so I'd like to use this script fro