Open GoogleCodeExporter opened 9 years ago
I experienced something similar. My version of winpython did not come with
pyodbc and since its version of python was not in the registry, I couldn't
reuse the installer in my downloads folder that I had used to install an
Idle/python distro some months ago.
In order to get around the issue, I had to copy pyodbc-3.0.7-py2.7-win32.egg
from the Idle distro into the site-packages directory of win-python and invoke
the command
easy-install pyodbc via the win-python command prompt.
I'm now able to connect to mssql server via a standalone webapp2 application
and persist data.
Original comment by platoon3...@gmail.com
on 9 May 2015 at 5:06
Original issue reported on code.google.com by
travlr2...@gmail.com
on 13 Jun 2014 at 5:03