Tagged Questions
9
votes
6answers
8k views
mysql-python install problem using virtualenv, windows, pip
I'm trying to install mysql-python in a virtualenv using pip on windows. At first, I was getting the same error reported here, but the answer there worked for me too. Now I'm getting this following ...
8
votes
1answer
2k views
Using PIP in a virtual environment, how do I install MySQL-python
When I'm in my virtual environment, I attempt to run:
pip install MySQL-python
This didn't work, so I tried downloading the package and installing it by running:
python setup.py install
This ...