Tagged Questions
12
votes
8answers
10k 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 ...
10
votes
1answer
4k 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 ...