setuptools
Installing SetupTools on 64-bit Windows
I\'m running Python 2.7 on Windows 7 64-bit, and when I run the installer for setuptools it tells me that Pyth开发者_如何学运维on 2.7 is not installed.The specific error message is:[详细]
2023-01-14 20:19 分类:问答Removing python module installed in develop mode
I was t开发者_开发百科rying the python packaging using setuptools and to test I installed the module in develop mode.[详细]
2023-01-14 10:38 分类:问答Setuptools not found
I am switching from Linux to OSX and when I run our build\'s setup.py script, I get an error message that contains the text[详细]
2023-01-14 06:31 分类:问答How to manage several python subprojects with setuptools?
I\'m wondering about the correct/easiest/most pythonic way of dealing with subprojects that you want have using the same base package. We currently have a file structure like this:[详细]
2023-01-12 23:52 分类:问答python setuptool how can I add dependency for libxml2-dev and libxslt1-dev?
My application needs lxml >= 2.1, but to install lxml its requied to install libxml2-dev libxslt1-dev else it r开发者_StackOverflow社区aises error while installing the lxml,[详细]
2023-01-11 22:51 分类:问答Change setuptools gcc buildpath for Python
I\'m trying to install MySQLdb-python on a server I don\'t have root on. It doesn\'t have appropriate mysql development files that python setup.py build would usually compile into _mysql.so. I\'ve obt[详细]
2023-01-11 06:17 分类:问答How can I make setuptools install a package that's not on PyPI?
I\'ve just started working with setuptools and virtualenv. My package requires the latest python-gearman that is only available from GitHub. The python-gearman version that\'s on PyPI is an old one. T[详细]
2023-01-11 03:23 分类:问答What's the best layout for a python command line application?
What is the right way (or I\'ll settle for a good way) to lay out a command line python application of moderate complexity?I\'ve created a python project skeleton using paster, which gave me a few fil[详细]
2023-01-11 00:35 分类:问答Where to manually install python files
I\'m having trouble with setuptools in a larger project where a python package has to be \"constructed\" from several debian packages (each containing a subpackage of the \"main\" package). Thus we de[详细]
2023-01-10 07:16 分类:问答How to extend distutils with a simple pre uninstall script?
I found Question#1321270 for post install. My main target for the moment is bdist_wininst, but i did not find anything related to uninstall...[详细]
2023-01-09 14:48 分类:问答