Top "Distutils" questions

Distutils is the standard packaging system for Python modules and applications.

How do I use data in package_data from source code?

In setup.py, I have specified package_data like this: packages=['hermes'], package_dir={'hermes': 'hermes'}, package_data={'hermes': ['templates/*.…

python build setuptools distutils distribute
why do I keep getting this message when installing saying EntryPoint must be in 'name=module:attrs [extras]

Hi I am on OSx Mavericks, using python 2.7 and pip version 6.0.8 and setuptools version 12.2. When I try to install my …

python pip setuptools distutils
Don't touch my shebang

One thing I hate about distutils (I guess he is the evil who does this) is that it changes the …

python distutils virtualenv
How can I run a Makefile in setup.py?

I need to compile ICU using it's own build mechanism. Therefore the question: How can I run a Makefile from …

python distutils
How to use Python distutils?

I wrote a quick program in python to add a gtk GUI to a cli program. I was wondering how …

python linux installation debian distutils
Sort Versions in Python

I'm trying to get it so that 1.7.0 comes after 1.7.0.rc0 but before 1.8.0, as it should if you were sorting versions. …

python sorting distutils
How can I add post-install scripts to easy_install / setuptools / distutils?

I would like to be able to add a hook to my setup.py that will be run post-install (either …

python setuptools distutils
Distribute pre-compiled python extension module with distutils

Quick one today: I'm learning the in's and out's of Pythons distutils library, and I would like to include a …

python python-3.x distutils
Python setup.py: How to get find_packages() to identify packages in subdirectories

I'm trying to create a setup.py file where find_packages() recursively finds packages. In this example, foo, bar, and …

python pip setuptools setup.py distutils
graphlab-create 2.1 installation fails to uninstall 'certifi', a distutils installed project

I have installed Anaconda3 on a Windows 8.1 Laptop and wanted to install GraphLab-Create 2.1. When I follow the Installation procedure from …

python-2.7 anaconda distutils failed-installation graphlab