Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install pymssql on windows with python 2.7?

It seems that there are no such binaries yet. There is an issue on googlecode: http://code.google.com/p/pymssql/issues/detail?id=12 but i cannot figure out what to do with those files provided.

like image 936
Cubius Avatar asked Jan 12 '11 07:01

Cubius


2 Answers

If you have pip install:

pip install pymssql

To install pip (trust me its very helpful):

  1. Download and run this python script (as admin):

    https://bootstrap.pypa.io/get-pip.py

like image 160
ravish.hacker Avatar answered Sep 20 '22 19:09

ravish.hacker


You may also get pymssql2.7 library from this unofficial extensions library

http://www.lfd.uci.edu/~gohlke/pythonlibs/#pymssql

like image 35
YOU Avatar answered Sep 16 '22 19:09

YOU