| Issue 87: | Can't build on 64bit windows against 2.6.1 and get insufficient error messages to debug the problem. | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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.
Jun 14, 2010
#1
paul...@gmail.com
Sep 4, 2010
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.
Sep 6, 2010
2.1.8 is now ready. Thanks.
Status:
Fixed
Nov 21, 2010
(No comment was entered for this change.)
Status:
Complete
Feb 4, 2011
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.
May 16, 2011
Also interested in 64-bit Python 2.6 installer |