How I can solve this one?
Also I have MySQL-python-1.2.3 dist in venv/lib. And before that it was installed like python setup.py install It's working correctly if only I'm using:
$ python
>>> import MySQLdb
without virtualenv
May be exists some way to install this one to any chosen virtualenv?
Thanks.