I'm use 64-bit windows, Python 2.7 in PyCharm. The wheel would not install, but I finally got install pymssql by extracting the zip (and instructions I found here: How to install pymssql on windows with python 2.7?) and moving the files into the site-packages folder. Then do "pip install --upgrade pymssql"
But when I go into my python and try doing import pymssql
it's not recognized. I've installed things with pip before and didn't have so much trouble. Is it because I move files manual to folder? so miss a step somewhere?
Please help. I think pymssql is installed okay, but PyCharm won't import. Is there a way to check install is okay?