Bobspadger / pyodbc

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

Can't build on 64bit windows against 2.6.1 and get insufficient error messages to debug the problem. #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. clone git repository to d:\pyodbc
1.optional. switch to 2.1.6 tag
2. install python 2.6.1 amd64 to c:\python26_64
3. open a cmd prompt
4. cd d:\pyodbc
5. c:\python26_64\python setup.py build

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

  Expect it to build a package compatible with 64 bit python. Instead I get 
the following:

D:\pyodbc>c:\python26_x64\python setup.py build
running build
running build_ext
building 'pyodbc' extension
error: None

Error message is not sufficient for me to debug/fix. I simply don't know 
where to even start.
What version of the product are you using? On what operating system?

  master or the 2.16 tag on github. Windows 7 64 bit Enterprise. 

Please provide any additional information below.

Original issue reported on code.google.com by shrt...@gmail.com on 20 Jan 2010 at 7:29

GoogleCodeExporter commented 9 years ago
I just uploaded a Windows 64-bit installer (for pyodbc-2.1.7) to the Google 
Group.  I posted about it too, but since it was my first post to the group I 
think it has to wait for a moderator to approve it.  Hope this helps.

Original comment by paul...@gmail.com on 14 Jun 2010 at 10:53

GoogleCodeExporter commented 9 years ago
Thanks!

The v2unicode build incorporates the necessary fixes now.  I'll release it as 
2.1.8 once I can get some testing.

I'll also start releasing 64-bit Python 2.7 installers.

Original comment by mkleehammer on 5 Sep 2010 at 6:22

GoogleCodeExporter commented 9 years ago
2.1.8 is now ready.  Thanks.

Original comment by mkleehammer on 6 Sep 2010 at 6:01

GoogleCodeExporter commented 9 years ago

Original comment by mkleehammer on 21 Nov 2010 at 4:44

GoogleCodeExporter commented 9 years ago
Any chance for a 64-bit Python 2.6 installer? It would be too much trouble to 
revert to 32-bit Python for me at this point, but I'd love to use pyodbc. I 
tried compiling it from source with setup.py bdist_wininst and couldn't get it 
to work.

Original comment by milkman...@gmail.com on 4 Feb 2011 at 6:59

GoogleCodeExporter commented 9 years ago
Also interested in 64-bit Python 2.6 installer

Original comment by Jhutte...@gmail.com on 16 May 2011 at 7:49