What steps will reproduce the problem?
1.git clone git://github.com/jiangwen365/pypyodbc.git
2.python setup.py install
What is the expected output? What do you see instead?
expect:install of pypyodbc module
i see :ImportError: No module named 'setuptools'
What version of the product are you using? On what operating system?
python 3.3
winxp sp3
Please provide any additional information below.
i think we should use standard distutils library
in setup.py replace
-from setuptools import setup
+from distutils.core import setup
Original issue reported on code.google.com by BL3A...@gmail.com on 24 Mar 2013 at 9:07
Original issue reported on code.google.com by
BL3A...@gmail.com
on 24 Mar 2013 at 9:07