Search code examples
pythonpython-2.7cmdpackagepymssql

Where can I find the PYMSSQL Module with a .py extension?


I am looking for PYMSSQL to interact with a MS SQL Server on a remote location. This is very irritation because I previously installed PYMSSQL (found online in .py format), but cannot find it anymore. Any help would be greatly appreciated!

I have Windows 7 enterprise, Python 2.7.10 and I prefer to install modules in the CMD prompt. Pip is automatically installed in this version (I believe), so trying the following in the folder where python is stored.

python pip install pymssql

I do not even have the file, so obviously that would help :)

Thank you! p


Solution

  • install with

    python -m pip install pymssql
    

    if it's already installed, it would show.