I have been using pymssql without any problems with Python 2.5 for about 9 months. Yesterday I installed Python 2.6 and installed the pymssql module under 2.6's site packages but I get an error when I try and call it. Using code that works fine under Python 2.5 I get the following error message and break on "import _mssql":
exceotions.ImportError: DLL load failed: the specified module could not be found
Once again all the pymssql files are in the site packes directory.... Has anyone else tried using with Python 2.6 and any idea on how I can get it to work.
Thank You
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have been using pymssql without any problems with Python 2.5 for about 9 months. Yesterday I installed Python 2.6 and installed the pymssql module under 2.6's site packages but I get an error when I try and call it. Using code that works fine under Python 2.5 I get the following error message and break on "import _mssql":
exceotions.ImportError: DLL load failed: the specified module could not be found
Once again all the pymssql files are in the site packes directory.... Has anyone else tried using with Python 2.6 and any idea on how I can get it to work.
Thank You
Hello,
pymssql on python 2.6 is not yet supported. Currently I've got no resources to make necessary changes.
Regards,
Andrzej