djhenderson / pyodbc

Automatically exported from code.google.com/p/pyodbc
MIT No Attribution
0 stars 0 forks source link

Problem installing pyodbc 2.1.9 on Win 7 64 bit #196

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.I run pyodbc-2.1.9.win-amd64-py2.6exe
2.I get the 'python version 2.6 required, which was not found in the registry" 
error

What is the expected output? What do you see instead?
NA

What version of the product are you using? On what operating system?
pyodbc-2.1.9 on Win 7 64 bit

Please provide any additional information below.
 Python 2.6 was installed as part of ArcGIS 10 package. It's installed on C:\Python2.6. 

Original issue reported on code.google.com by bkowal...@csumb.edu on 10 Aug 2011 at 9:43

GoogleCodeExporter commented 9 years ago
I am pretty sure this is because the version of Python is actually 32-bit.  
Your extensions need to match the "bitness" of the Python installation, not 
Windows itself.

Side note, on 64-bit operating systems, 32-bit code usually runs faster.  For 
example, the 32-bit Java VM is usually a lot faster than the same code on a 
64-bit one.

I'm very sure of this, so I'm going to close this, but please re-open if that 
is not the case.

Original comment by mkleehammer on 10 Aug 2011 at 10:08