"siddhartha veedaluru" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
Hi,

Getting the following error while i install the pyodbc module and import it

import pyodbc
Traceback (most recent call last):
 File "<pyshell#2>", line 1, in <module>
   import pyodbc
ImportError: DLL load failed with error code 193

i have installed win32it pyodbc module in a x64 Win 2003 os already having
python in it.
importing the pyodbc module gives the above error.

i couldn't able to get x64 bit version of it.
hence used 32bit one.

Please help.

Regards,
siddhartha


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).

      Roger

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to