Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error install with python3.3 #9

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment
Open

error install with python3.3 #9

GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant