| Issue 124: | Version 2.1.8 missing dependency (msvcr90.dll) | |
| 6 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. missing dll when loading pyodbc 2. dependency walker (depends) indicates missing msvcr90.dll 3. pyodbc called from python script via pyisapie (wsgi-isapi clone) gateway on iis6 4. python script connects to mssql server -> elixir -> sqlalchemy -> pyodbc 5. Paths and necessary permissions doubled checked. What is the expected output? What do you see instead? Expect successful connection to mssql database. What version of the product are you using? On what operating system? pyodbc 2.1.8 with python 2.6.5 (and 2.6.4) on win 2003 sp2 Please provide any additional information below. Reverted back to pyodbc 2.1.7, which works OK.
Nov 21, 2010
Project Member
#1
mkleehammer
Status:
Accepted
Aug 17, 2011
Any news on when this will be fixed? I see 2.1.9 still has the same issue. Regards
Aug 18, 2011
Quick update. I managed to "fix" this issue locally following the comment here: https://code.google.com/p/pyodbc/issues/detail?id=126#c8 |