CDF - 2008-03-26

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.