Re: [python-win32] Cannot import "pyodbc" module

2008-07-21 Thread Larry Bates
Tim Golden wrote: Roger Upole wrote: Modules compiled as 32-bit won't work with 64-bit python. If there isn't a 64-bit version of pyodbc, you'll need to stick with 32-bit python (which continues to run well on 64-bit systems). I wonder whether (he says, talking to the air) it would be worth m

Re: [python-win32] Cannot import "pyodbc" module

2008-07-21 Thread Tim Golden
Roger Upole wrote: Modules compiled as 32-bit won't work with 64-bit python. If there isn't a 64-bit version of pyodbc, you'll need to stick with 32-bit python (which continues to run well on 64-bit systems). I wonder whether (he says, talking to the air) it would be worth mentioning something

[python-win32] Cannot import "pyodbc" module

2008-07-21 Thread siddhartha veedaluru
Hi, Getting the following error while i install the pyodbc module and import it >>> import pyodbc Traceback (most recent call last): File "", line 1, in import pyodbc ImportError: DLL load failed with error code 193 i have installed win32it pyodbc module in a x64 Win 2003 os already havin