Search code examples
Dealing with dylibs when distributing python packages...

cythonportabilitydistutilsdylib

Read More
How to get the path of the Python library from within Python...

pythonswigdistutils

Read More
setup.py not installing data files...

pythonpython-2.7distutils

Read More
yaml file not getting copied when installing from setup.py...

python-2.7setup.pydistutils

Read More
Python3 shared extension doesn't link against library dependency...

pythonsetup.pydistutils

Read More
Python distutils - copy_tree with filter...

pythonfiledistributionpy2exedistutils

Read More
Compiling an optional cython extension only when possible in setup.py...

pythoncythondistutilssetup.pydistutils2

Read More
pip 10 and apt: how to avoid "Cannot uninstall X" errors for distutils packages...

pythondockerpipdistutilsapt

Read More
Running Cython install generates unwanted files...

pythoncythondistutilsextension-modules

Read More
"error: no commands supplied" when using distutils.core...

pythondistutils

Read More
What is the correct way to distribute "bin" and "tests" directories for a Python...

pythonpipsetuptoolsdistutils

Read More
distutils.dir_util.copy_tree() aborted on broken symlinks contained in src dir...

python-3.xdistutils

Read More
LD_LIBRARY_PATH in Conda environment...

pythoncondadistutils

Read More
Setuptools how to package just some modules and files...

pythonsetuptoolsdistutils

Read More
Installing my sdist from PyPI puts the files in unexpected places...

pythonsetuptoolsdistutilsdistributepypi

Read More
python - setup.py copy file to certain location...

pythondistutilssetup.py

Read More
How to use setup.py to install a python application...

pythonwxpythondistutilssetup.py

Read More
setup_requires only for some commands...

pythonpipsetuptoolsdistutils

Read More
ImportError: undefined symbol when importing swigged c++-class in python...

pythonc++g++swigdistutils

Read More
Repackage a modified library originally installed through pip...

pythonpipsetuptoolsdistutilspypi

Read More
setup.py: what is a difference between entry points and cmdclass?...

pythonsetuptoolssetup.pydistutils

Read More
Is it possible to require PyQt from setuptools setup.py?...

pythonpyqtsetuptoolsdistutils

Read More
What does distutils do with the "requires" metadata?...

pythonpipdistutils

Read More
setup.py: run build_ext before anything else...

pythonswigsetuptoolsdistutilssetup.py

Read More
What is the difference between distutils.util.split_quoted and shlex.split...

pythondistutilsshlex

Read More
Speeding up build process with distutils...

c++pythondistutils

Read More
In python setup.py, how can I allow a user to install my module's files without doing a build fi...

pythondistutils

Read More
Directly call distutils' or setuptools' setup() function with command name/options, without ...

pythonsetuptoolsdistutils

Read More
Error when trying to cross-compile SWIG Python extension for mingw32 using distutils...

pythongccmingwswigdistutils

Read More
Publishing cython sources for linux and windows users...

cythonsetup.pydistutilscythonize

Read More
BackNext