0

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.

1 Answer 1

1

Just go to python/Lib/site-package and copy all mysqldb.... to your virtual enviroment

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

2 Comments

I think I'm tried it already, but unsuccessful. Don't have idea - why.
No, when I type ~$ uname -i >>> i386

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.