Reputation: 5
I am trying to install mysql db in python, but i am unable to do so. I have installed set up tools and downloaded python mysqldb. when i am trying to do Setup.py install in command prompt it is showing error " Unable to open Url". I dont have internet connection to my PC.
After doing this when i am giving import mysqldb in python shell its giving me error as no module named Connector
Can any one help in installing of Mysqldb in python.
Thanks in advance
Upvotes: 0
Views: 140
Reputation: 1163
Try installing via the Binary:
http://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python
Upvotes: 1