Search code examples
Change output directory in setup.py...

pythonsetuptoolssetup.pydistutils

Read More
Why does cx_Freeze rise this error when running an exe file?...

pythoncx-freezedistutils

Read More
Translate F2PY compile steps into setup.py...

distutilsgfortranf2py

Read More
How to specify Python requirements by allowing prereleases?...

pythonpipsetuptoolsdistutils

Read More
Possible to change distutils default compiler options?...

pythonmingwdistutilsmingw-w64mingw32

Read More
What is the relationship between setup(name) and Extension(name)...

pythondistutils

Read More
Installing more files with `python setup.py develop`...

pythonpython-2.7python-2.xsetuptoolsdistutils

Read More
How to read Python package metadata without installation?...

pythonpython-3.xpippackagingdistutils

Read More
How do I specify the default install path of an msi in cx_freeze and distutils?...

pythondistutilscx-freeze

Read More
Disable link step of distutils Extension...

pythonswigdistutils

Read More
How to use Python distutils?...

pythonlinuxinstallationdebiandistutils

Read More
How can I make setuptools install a package that's not on PyPI?...

pythonsetuptoolsdistutilspypi

Read More
Getting error only one sdist may be uploaded...

distutilspypitwinedistutils2

Read More
Where should I `make` compiled code while building docker image? RUN? CMD?...

pythondockerdockerfiledistutils

Read More
Python distutils - Change Path RPM Installs To...

pythonrpmdistutilsrpmbuildrpm-spec

Read More
Compile cython code with "python compile.py" and no "build" command-line paramet...

pythonpython-2.7cythondistutils

Read More
Compiling with distutils: /usr/lib is added as a file to compile...

pythonlinuxgccdistutils

Read More
Can cython be compiled with icc?...

python-3.xubuntu-14.04cythondistutilsicc

Read More
Don't touch my shebang...

pythondistutilsvirtualenv

Read More
Python cx-freeze shortcut icon...

pythonwindows-installercx-freezedistutilsshortcut-file

Read More
How to perform custom build steps in setup.py?...

pythonsetuptoolsdistutils

Read More
Python package setup: setup.py with customisation to handle wrapped fortran...

pythonpipfortrandistutilssetup.py

Read More
Accessing header files in a large C++ project by <...>...

c++swigdistutils

Read More
Create a single-file executable using py2exe...

pythontkinterpy2exedistutils

Read More
Extending Python with C Error: Segmentation Fault: 11 in Python [MacOS X]...

pythondistutils

Read More
Is it safe to call `setup()` multiple times in a single `setup.py`?...

pythonpython-2.7python-3.xsetuptoolsdistutils

Read More
Distutils - How to disable including debug symbols when building an extension...

pythondistutils

Read More
Installing twine fails because cannot uninstall 'pkginfo'...

pythondistutilspypitwine

Read More
How remove a program installed with distutils?...

pythonubuntupython-3.xdistutils

Read More
distutils ignores changes to setup.py when building an extension?...

pythoncpipdistutilssetup.py

Read More
BackNext