| Issue 107: | Latests source build fails for python 2.7 on windows | |
| 4 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. python setup.py build -c mingw32 install What is the expected output? What do you see instead? Expected clean install, build process bails out on the following command: C:\Program Files\MinGW\bin\g++.exe -mno-cygwin -mdll -static --entry _DllMain@12 --output-lib c:\tmp\pyodbc-2.1.7\src\libpyodbc.a --def c:\tmp\pyodbc-2.1.7\src\pyodbc.def -s c:\tmp\pyodbc-2.1.7\src\buffer.o c:\tmp\pyodbc-2.1.7\src\cnxninfo.o c:\tmp\pyodbc-2.1.7\src\connection.o c:\tmp\pyodbc-2.1.7\src\cursor.o c:\tmp\pyodbc-2.1.7\src\errors.o c:\tmp\pyodbc-2.1.7\src\getdata.o c:\tmp\pyodbc-2.1.7\src\params.o c:\tmp\pyodbc-2.1.7\src\pyodbcmodule.o c:\tmp\pyodbc-2.1.7\src\row.o -Lc:\python27\libs -Lc:\python27\PCbuild -lodbc32 -lpython27 -lmsvcr90 -o build\lib.win32-2.7\pyodbc.pyd g++: c:\tmp\pyodbc-2.1.7\src\libpyodbc.a: No such file or directory error: command 'g++' failed with exit status 1 What version of the product are you using? On what operating system? 2.1.7, python 2.7, windows server 2003. Please provide any additional information below. Tried building an archive from the objectfiles (ar rcs libpyodbc.a [all objectsfiles].o, setup continues, but loading pyodbc then gives the error 'DLL load failed: the specified procedure could not be found').
Jul 14, 2010
#1
alexpr...@gmail.com
Aug 10, 2010
when is there gonna be a python 2.7 version?
Aug 20, 2010
I don't build with mingw, so I haven't seen these. I've uploaded a 2.7 build and will continue to do so for future releases.
Status:
WontFix
|