Re: An ODBC interface for Python 3?

2011-07-02 Thread Roger Upole
kozmikyak wrote: Does anyone here have a Python 3 environment that can access MSSQL using SQLAlchemy, running on a Windows 7 box? If so, I would like some assistance making it happen. The last post on this was mid-2010. It was mentioned that pyodbc had a Python 3 branch. I've been unable

An ODBC interface for Python 3?

2011-07-01 Thread kozmikyak
Does anyone here have a Python 3 environment that can access MSSQL using SQLAlchemy, running on a Windows 7 box? If so, I would like some assistance making it happen. The last post on this was mid-2010. It was mentioned that pyodbc had a Python 3 branch. I've been unable to get it compiled and

An ODBC interface for Python 3?

2010-07-21 Thread Neil Cerutti
A quick web search yielded no current support for the ODBC interface for Python 3. I'd like to get a simple tracer bullet up and running ASAP. I need to connect to an MSSQL database from Windows XP/2000, using an ODBC interface. Is this a case where I'll need to go back to Python 2.6? -- Neil

Re: An ODBC interface for Python 3?

2010-07-21 Thread Tim Golden
On 21/07/2010 2:15 PM, Neil Cerutti wrote: A quick web search yielded no current support for the ODBC interface for Python 3. I'd like to get a simple tracer bullet up and running ASAP. I need to connect to an MSSQL database from Windows XP/2000, using an ODBC interface. Is this a case where

Re: An ODBC interface for Python 3?

2010-07-21 Thread Neil Cerutti
On 2010-07-21, Tim Golden m...@timgolden.me.uk wrote: On 21/07/2010 2:15 PM, Neil Cerutti wrote: A quick web search yielded no current support for the ODBC interface for Python 3. I'd like to get a simple tracer bullet up and running ASAP. I need to connect to an MSSQL database from Windows