Traceback (most recent call last):
File "C:\Python25\src\testpymssql.py", line 6, in <module>
import pymssql
File "C:\Python25\lib\site-packages\pymssql.py", line 30, in <module>
import _mssql
ImportError: DLL load failed: The specified module could not be found.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I installed pymssql 0.8 for Windows using the exe installer, when I run an example script similar to http://pymssql.sourceforge.net/example_pymssql.html
I get this error message:
Traceback (most recent call last):
File "C:\Python25\src\testpymssql.py", line 6, in <module>
import pymssql
File "C:\Python25\lib\site-packages\pymssql.py", line 30, in <module>
import _mssql
ImportError: DLL load failed: The specified module could not be found.