thegooglecodearchive / pymssql

Automatically exported from code.google.com/p/pymssql
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Can't install on Windows7 / Python2.7 #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to install pymssql-1.0.2 using "python setup.py install"

What is the expected output? What do you see instead?
   running install
   running build
   running build_py
   creating build
   creating build\lib.win-amd64-2.7
   copying pymssql.py -> build\lib.win-amd64-2.7
   running build_ext
   building '_mssql' extension
   error: \Common was unexpected at this time.

What version of the product are you using? On what operating system?
 pymssql-1.0.2 on Windows7, Python2.7

Please provide any additional information below.
I have MS Visual Studio Professional 2008 installed

Original issue reported on code.google.com by agosto1...@gmail.com on 6 Feb 2012 at 10:07

GoogleCodeExporter commented 9 years ago
We are no longer supporting 1.0.2.  If you want a version that works, you will 
need to download the HG tip and compile.  There are some hints in this issue 
that may help:

http://code.google.com/p/pymssql/issues/detail?id=61

Original comment by rsyr...@gmail.com on 8 Mar 2012 at 2:46