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
Comment #1
Posted on Mar 24, 2013 by Helpful CamelThanks, I have fixed it in GitHub. Will include it in next release.
Status: Fixed
Labels:
Type-Defect
Priority-Medium