google-code-export / pymssql

Automatically exported from code.google.com/p/pymssql
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Module use of python26.dll conflicts with this version of Python #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
import pymssql fails on Windows.

Python 2.6.5
python-mssql 1.0.2 (installed via easy_install for python 2.6)

...
    import pymssql
  File "...\eggs\pymssql-1.0.2-py2.6-win32.egg\pymssql.py", line 30, in <module>
  File "...\eggs\pymssql-1.0.2-py2.6-win32.egg\_mssql.py", line 7, in <module>
  File "...\eggs\pymssql-1.0.2-py2.6-win32.egg\_mssql.py", line 6, in __bootstrap__
ImportError: Module use of python26.dll conflicts with this version of Python.

Original issue reported on code.google.com by maxim.po...@gmail.com on 30 Nov 2010 at 1:15

GoogleCodeExporter commented 9 years ago

Original comment by dam...@gmail.com on 8 Mar 2011 at 3:31

GoogleCodeExporter commented 9 years ago
not supporting 2.x version

Original comment by rsyr...@gmail.com on 8 Mar 2012 at 3:13