Search code examples
How can I assert from Python C code?...

pythoncdistutilspython-c-apipython-c-extension

Read More
how to use distutils to create executable .zip file?...

pythondistutilspython-2.6

Read More
How to require and install a package using python 3.x distutils?...

pythonpython-3.xdistutils

Read More
Build python wheels for different platforms...

pythondistutilspython-wheel

Read More
Using setuptools to install files to arbitrary locations...

pythonsetuptoolsdistutils

Read More
How to organize my packages under some root package in PyPi?...

pythonpipdistutils

Read More
Cython fast conversion of binary string to int array...

pythonarrayscythondistutils

Read More
Force `setup.py` to use setuptools...

pythoninstallationsetuptoolsdistutils

Read More
What's the point of using Distutils for pure modules?...

pythondistutils

Read More
Can't get distutils working...

pythondistutils

Read More
setup.py install leaving files where they are...

pythoninstallationdistutils

Read More
Distutils ignores build/lib on Ubuntu...

pythonubuntusetuptoolsdistutilssetup.py

Read More
distutils byte-compiling error in python 2...

pythonpython-3.xdistutilsdistutils2

Read More
building python C++ extension -- how to know if a linked library cannot be found...

pythondistutilspython-extensions

Read More
Python live dependency installation via pip (PyPI)...

pythonpipdistutilspypi

Read More
Matplotlib in py2exe — ImportError: cannot import name dist (File "distutils\__init__.pyc"...

pythonmatplotlibpy2exeimporterrordistutils

Read More
Cython+distutils build on Ubuntu Python 3 changes the module lib name during linking...

pythoncythondistutils

Read More
Catching error output from distutils using mingw...

pythonmingwstdoutdistutilsstderr

Read More
Calling function in setup.py (using tox)...

pythonpython-2.7distutilstox

Read More
Saving the installation log generated from setup.py...

pythondistutilssetup.py

Read More
Do I need to uninstall Python package before upgrading to newer version?...

pythonwindowsdistutils

Read More
How to extend distutils with a simple post install script?...

pythondistutils

Read More
Point to the true home directory in .deb package...

pythondistutilssetup.pydeb

Read More
Distributing a binary utility in setuptools...

python-3.xsetuptoolsdistutils

Read More
Access variables set in setup.cfg...

pythondistutils

Read More
Python packages installation in Windows...

pythonpippackagesetuptoolsdistutils

Read More
How can I check for which command is run in setup.py?...

pythondistutilssetup.py

Read More
Python runtime_library_dirs doesn't work on Mac...

pythonmacosshared-librariesdistutils

Read More
Is it really possible to use a different convention to lay out source directory without breaking int...

pythonpipdistutils

Read More
Get hold of warnings from cython pyximport compile (distutils build output?)...

pythoncythondistutils

Read More
BackNext