djhenderson / pyodbc

Automatically exported from code.google.com/p/pyodbc
MIT No Attribution
0 stars 0 forks source link

Version 2.1.8 missing dependency (msvcr90.dll) #124

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by freevryh...@gmail.com on 4 Oct 2010 at 10:40

GoogleCodeExporter commented 9 years ago

Original comment by mkleehammer on 21 Nov 2010 at 5:31

GoogleCodeExporter commented 9 years ago
Any news on when this will be fixed? I see 2.1.9 still has the same issue.

Regards

Original comment by rich.ma...@gmail.com on 18 Aug 2011 at 5:45

GoogleCodeExporter commented 9 years ago
Quick update.

I managed to "fix" this issue locally following the comment here: 
http://code.google.com/p/pyodbc/issues/detail?id=126#c8

Original comment by r...@creativevirtual.com on 18 Aug 2011 at 7:43