Distutils is the standard packaging system for Python modules and applications.
In setup.py, I have specified package_data like this: packages=['hermes'], package_dir={'hermes': 'hermes'}, package_data={'hermes': ['templates/*.…
python build setuptools distutils distributeHi 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 distutilsOne thing I hate about distutils (I guess he is the evil who does this) is that it changes the …
python distutils virtualenvI need to compile ICU using it's own build mechanism. Therefore the question: How can I run a Makefile from …
python distutilsI wrote a quick program in python to add a gtk GUI to a cli program. I was wondering how …
python linux installation debian distutilsI'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 distutilsI would like to be able to add a hook to my setup.py that will be run post-install (either …
python setuptools distutilsQuick 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 distutilsI'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 distutilsI 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