Finally got pymssql to install, but it will not import

I am using 64-bit windows, Python 2.7 in PyCharm. The wheel will not be installed, but I finally got the pymssql installation by extracting the zip (and the instructions I found here: How to install pymssql on windows with python 2.7? ) And moving the files to the site-packages folder. Then run "pip install --upprade pymssql"

But when I go into my python and try to import pymssql , it is not recognized. I already installed things with pip and did not have such problems. Is it because I move files to a folder? so skip the step somewhere?

Please, help. I think pymssql is installed fine, but PyCharm will not import. Is there a way to check the installation in order?

+6
source share

All Articles