jangbagu / pypyodbc

Automatically exported from code.google.com/p/pypyodbc
0 stars 0 forks source link

error install with python3.3 #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Thanks, I have fixed it in GitHub. Will include it in next release.

Original comment by jiangwen...@gmail.com on 24 Mar 2013 at 11:32