Search code examples
Relative paths in setup.py custom commands 'cannot cd into folder'...

pythonmakefilecmakedistutils

Read More
How do I prevent distutils from adding -I/usr/include/python2.7 to the gcc command line? (or change ...

pythondistutils

Read More
RuntimeError when using py2exe to convert program and passing options...

pythonexepy2exedistutils

Read More
Using multiples C codes in one extension module Python...

pythoncdistutilspython-c-extension

Read More
Distutils can't find Python.h...

pythongccdistutilspython-c-extension

Read More
What is the recommended way to work with a distutils-based setup.py of a C extension?...

pythonsetuptoolsdistutilssetup.py

Read More
python setup.py sdist error: Operation not permitted...

pythonunixubuntuvirtualboxdistutils

Read More
Get the distro from a distutils setup call...

pythonunit-testinginstallationdistutils

Read More
Creating swig wrapper for C++ (pointers) to python...

pythonpointersswigdistutils

Read More
Multiple projects using multiple setup.py scripts?...

pythonmacospython-2.7pipdistutils

Read More
Python 3.4: compile cython module for 64-bit windows...

windowspython-3.xcythondistutilsmingw-w64

Read More
Using CMake with setup.py...

cmakedistutilssetup.py

Read More
Odd choice of architecture by numpy.distutils...

pythonnumpydistutils

Read More
Python distutils error: "[directory]... doesn't exist or not a regular file"...

pythondistutils

Read More
Using setuptools to create a cython package calling an external C library...

pythoncythonsetuptoolsdistutilssetup.py

Read More
Using package files from script...

pythonpackagedistutils

Read More
Python 3: setup.py: pip install that does everything (build_ext + install)...

pythonpython-3.xsetuptoolsdistutilssetup.py

Read More
How do I distribute all contents of root directory to a directory with that name...

pythondistutilssetup.py

Read More
py2exe executes file but doesn't attempt to build...

pythonpy2exedistutils

Read More
Python Daemon Packaging Best Practices...

pythonpackagingsetuptoolsdistutils

Read More
How to access an editable configuration file once a Python package has been installed via setuptools...

pythonconfigurationsetuptoolspackagingdistutils

Read More
Is there any reason to list standard library dependencies when using setuptools?...

pythonsetuptoolsdistutils

Read More
distutils, distutils2, pip and requirements...

pythonpipdistutilsbuildout

Read More
Finding out the Python used to install the current package?...

pythonpackagepipsetuptoolsdistutils

Read More
setup.py "nice to have" dependency modules...

pythonpython-2.7setuptoolsdistutilsleveldb

Read More
Does Python's distutils set include paths for frameworks (osx) when compiling extensions?...

pythondistutilsmacos-sierra

Read More
Import my cythonized package in python...

pythonnumpycythondistutils

Read More
How does distutils determine what binary files to copy?...

pythondistutilspy2app

Read More
Can't import my own module distributed with distutils...

pythonpipimporterrordistutils

Read More
Install SWIGged Python library into dist-packages/myfoo.py, not dist-packages/myfoo/myfoo.py...

pythonc++swigdistutils

Read More
BackNext