djhenderson / pyodbc

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

Installation fails with Python 3.2.1 amd64 #195

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have Python 3.2.1 amd64 on Win7 x64 installed
and when I try to install pyodbc-py3-3.0.1-beta01.win32-py3.2.exe it fails with 
the error that Python 3.2 could not be found in the registry.

Original issue reported on code.google.com by IPsting...@gmail.com on 9 Aug 2011 at 9:24

GoogleCodeExporter commented 9 years ago
The beta version you installed is for 32bit Python, but you installed 64bit 
Python.  You need a 64bit pyodbc but a download for that is not yet posted.  
(I'm waiting on this too).  If you get the source you could trying compiling, 
otherwise you'll have to wait for a 64 bit download to be posted.

Original comment by JoeSalm...@hotmail.com on 10 Aug 2011 at 11:21

GoogleCodeExporter commented 9 years ago
Yes you where right!

I downloaded and compiled the source, installation worked fine too, but now I'm 
stuck with many errors.
Some are belonging to old Python2 code in the test functions, others are 
belonging to Unicode decoding like:
UnicodeDecodeError: 'utf8' codec can't decode byte 0xe4 in position 1: invalid 
continuation byte

It would be nice to get more information about the string.

Original comment by IPsting...@gmail.com on 17 Aug 2011 at 9:25

GoogleCodeExporter commented 9 years ago

Original comment by mkleehammer on 18 Dec 2011 at 11:11