0

I was trying to install MySQL-python 1.2.3 for Python2.7. I am using windows 7. I have added python to path variable and I tried the following: python setup.py install But I get an error:

Traceback <most recent call last>:
From "setup.py", line 5, in <module>
from setuptools import setup, Extension
ImportError: No module named setuptools
1

1 Answer 1

1

Install it from this location, which is a repository of compiled Windows libraries for Python.

You should also install setuptools (from that same location).

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

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.