How to install MySQLdb in PyCharm, Windows

I am new to Python (I use Python2.6) and Pycharm, but I need to use the module MySQLdbto complete my task.

I found How to install MySQLdb in Python 2.6 CentOS , but I need it on Windows 7 (64 bit)

Is there a way to easily install this module using Pycharm? I am using Pycharm (3.1.1 professional)

I spent time looking for some tips or tips, and finally I go here, but did not find MySQLdbto install. enter image description here

Any help would be appreciated, thanks!

+4
source share
1 answer

In the windows:

- http://sourceforge.net/projects/mysql-python/

. Python 2.7 Windows /. Pycharm, Pycharm Window .

Pycharm MySQLdb, . import MySQLdb Pycharm, ImportError, .

Linux:

http://www.tutorialspoint.com/python/python_database_access.htm

+1

All Articles