0

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

2
  • Are you on Windows or Linux? Commented Jul 26, 2013 at 7:40
  • I am working on windows. Commented Jul 26, 2013 at 8:45

1 Answer 1

1

Try installing via the Binary:

http://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.