| Issue 260: | How to compile pyodbc with msvc10 compiler in x86 system? | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1.I have installed visual studio 2010. 2.I have source code of pyodbc-3.0.3. 3.In the visual studio command prompt, a. run > %comsepc% /k "C:\Program Files\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86 b. python setup.py build 4.It said: "error: Unable to find vcvarsall.bat".
May 20, 2012
#1
lukedell...@gmail.com
Jun 23, 2012
As mentioned, you must use the same version of Visual Studio that Python was built with.
Status:
NoFix
|