Top "Setuptools" questions

Setuptools builds on Python’s distutils to provide easier building, distribution, and installation of libraries and applications.

Unable to install MySQL-python

Okay I recently upgraded from Ubuntu 10.04 to 12.04 Only to be faced by a lot of problems. I am a newbie …

django mysql-python setuptools
Python setuptools: How can I list a private repository under install_requires?

I am creating a setup.py file for a project which depends on private GitHub repositories. The relevant parts of …

python github setuptools
Installing Python-2.7 on Ubuntu 10.4

I can't seem to install zlib properly, I installed Python from source on Ubuntu10.4 '######## edit ##################### bobince and Luper helped. …

python zlib setuptools
ImportError: No module named extern

I'm getting this error when trying to install any package with pip. I have two pip instances, one with Python 2.7 …

python python-2.7 pip setuptools importerror
Python package structure, setup.py for running unit tests

I'm not sure I'm organizing my package structure correctly or am using the right options in setup.py because I'm …

python testing setuptools
Specify where to install 'tests_require' dependencies of a distribute/setuptools package

When I run python setup.py test the dependencies listed in tests_require in setup.py are downloaded to the …

python testing setuptools distribute
Excluding a top-level directory from a setuptools package

I'm trying to put a Python project into a tarball using setuptools. The problem is that setuptools doesn't appear to …

python setuptools
KeyError / frozen importlib._bootstrap error on second library import in spyder

I receive a File " <frozen importlib._bootstrap_external> ", line 978, in _get_parent_path KeyError: 'python_library' error when …

python spyder setuptools
Automatic version number both in setup.py (setuptools) AND source code?

SITUATION: I have a python library, which is controlled by git, and bundled with distutils/setuptools. And I want to …

python git version setuptools distutils
Python setuptools: how to include a config file for distribution into <prefix>/etc

How can I write setup.py so that: The binary egg distribution (bdist_egg) includes a sample configuration file and …

python setuptools