I'm attempting to install this and I can't get it to run, because it can't find the 'setuptools' module. Any help?
"Microsoft Windows
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\scole>cd c:\mysqlpython\mysql-python-1.2.3
c:\mysqlpython\MySQL-python-1.2.3>setup.py
Traceback (most recent call last):
File "C:\mysqlpython\MySQL-python-1.2.3\setup.py", line 5, in <module>
from setuptools import setup, Extension
ImportError: No module named setuptools
c:\mysqlpython\MySQL-python-1.2.3>"
I can't install it either.
Same message.
Please help!!
Jan
Have you tried installing setuptools? [http://pypi.python.org/pypi/setuptools] (http://pypi.python.org/pypi/setuptools)
I installed it now.
Works fine
Thank you
Log in to post a comment.
I'm attempting to install this and I can't get it to run, because it can't
find the 'setuptools' module. Any help?
"Microsoft Windows
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\scole>cd c:\mysqlpython\mysql-python-1.2.3
c:\mysqlpython\MySQL-python-1.2.3>setup.py
Traceback (most recent call last):
File "C:\mysqlpython\MySQL-python-1.2.3\setup.py", line 5, in <module>
from setuptools import setup, Extension
ImportError: No module named setuptools
c:\mysqlpython\MySQL-python-1.2.3>"
I can't install it either.
Same message.
Please help!!
Jan
Have you tried installing setuptools? [http://pypi.python.org/pypi/setuptools]
(http://pypi.python.org/pypi/setuptools)
I installed it now.
Works fine
Thank you
Jan