转自:http://www.cnblogs.com/chinacloud/archive/2010/12/24/1915644.html from setuptools import setupImportError: No module named setuptools 解决方法: wget http://peak.telecommunity.com/dist/ez_setup.pypython ez_setup.py
1 from setuptools import setup, find_packages ImportError: No module named set wget http://peak.telecommunity.com/dist/ez_setup.py python ez_setup.py 2 ile "/usr/local/lib/python2.7/sqlite3/__init__.py", line 24, in <module>from dbapi2 imp
关于python setup.py文件的编写技巧 环境:最新版setuptools,初步认识setuptools可以参考这篇文章 1. 自定义命令 from setuptools import setup, Command class MyCommand(Command): description = "Description of the command" user_options = [] # This method must be implemented def initiali