setuptools
How can escape spaces in directory names in a MANIFEST.in files?
I\'ve inherited some code that has directory names with embedded spaces, and I don\'t have the option of renaming the directory.Let\'s say the name of the directory is \"embedded spaces\"[详细]
2023-04-13 01:59 分类:问答How to use "checkinstall" with Python packages that use "setuptools"
On Ubuntu/Debian I use checkinstall package when installing packages from source sudo checkinstall make install[详细]
2023-04-12 09:12 分类:问答How to run my tests from inside setup.py (setuptools)?
I know the setuptools has an option to run your tests but 开发者_如何学运维I didn\'t find any information regarding how to make it run my tests.[详细]
2023-04-11 00:55 分类:问答Unable to use easy_install to install Python modules
I am trying to use easy_install to install a module called requests by doing easy_install requests This worked fine a week ago when I was using Python 2.6.5 but today I installed Python 2.7.2 and[详细]
2023-04-10 15:04 分类:问答What is the best way to distribute a Python package that requires a minimal Python version
I have a Python 2 project (\'foo 0.1.7\') that required Python 2.4 or later. Now I ported it to Python 3 (\'foo 0.2.0\') in a way that it still is compatible with Python 2, but the requirements are n[详细]
2023-04-09 23:03 分类:问答Getting setuptools/easy_install to play nicely with PYTHONPATH
Why do setuptools/easy_install .pth files not place nicely with PYTHONPATH, and how do I get them to play nicely, and keep the directories in my PYTHONPATH before those .pth shoves in the sys.path?[详细]
2023-04-08 22:25 分类:问答Will setuptools work with python 3.2.x
Will the setuptools for windows python 2.7 http://pypi.python.org/pypi/setuptools#files be com开发者_开发知识库patible with a python 3.2.x runtime. The installer fails to detect the python settings du[详细]
2023-04-07 11:25 分类:问答setuptools entry_points. Installing executable to /usr/sbin
I have a setup.py script, that has entry_points defined like this: entry_points = { \'console_scripts\': [[详细]
2023-04-07 09:11 分类:问答Setuptools / distutils: Installing files into the distribution's DLLs directory on Windows
I\'m writing a setup.py which uses setuptools/distutils to install a python package I wrote. It need to install two DLL files (actually a DLL file and a PYD file) into location which is available for[详细]
2023-04-06 22:57 分类:问答problems with setuptools while setting up trac on remote system without internet connection
I am trying to set up trac on a remote system running Fedora 12 that doesn\'t开发者_JAVA技巧 have an internet connection. So, I am copying all files from my system with the internet connection to that[详细]
2023-04-06 17:29 分类:问答