Search code examples
Use WiX or Inno Setup to bundle the installation of several MSI files...

wixwindows-installerinno-setupdistutilscx-freeze

Read More
cython - distutils vs cmake: linking against libpython?...

pythoncmakecythondistutils

Read More
distributing a command line application...

pythonsetuptoolsdistutilssetup.py

Read More
Why Does setup.py Remain in my Distribution Package?...

pythondistutils

Read More
How to link custom C (which itself needs special linking options to compile) with Cython?...

clinkercythondistutils

Read More
Why is pip trying to install ctypes?...

pythonpipdistutils

Read More
How to create make .so files from code written in C or C++ that are usable from Python...

pythonmacosgccdistutilsshared-objects

Read More
Distributing Python scripts without .py extension...

pythonpackagesetuptoolsdistutilsdistutils2

Read More
What are the use cases for a Python distribution?...

pythonpipsetuptoolsdistutilsdistribute

Read More
How to upgrade Python along with installed packages?...

pythonpackagesetuptoolsdistutilsdistutils2

Read More
Undefined symbol error importing Cython module...

pythoncythondistutilsundefined-reference

Read More
Why are files missing when I upload an egg to pypi?...

plonesetuptoolsdistutilssetup.pypypi

Read More
py2exe ImportError: no module named <package I have impemented>...

pythoneclipsepy2exedistutils

Read More
Building binary python distributions for multiple OS X versions...

pythonmacosbuildcross-compilingdistutils

Read More
Create launchable GUI script from Python setuptools (without console window!)...

pythonsetuptoolsdistutils

Read More
Providing pytz version in setup.py requirements...

pythondistutilssetup.pypytz

Read More
My virtualenv pip is not reading the correct distutils.cfg when installing numpy...

windowsnumpyvirtualenvpipdistutils

Read More
Distuils: Create script which does not "block" console when starting wx application...

pythonwxpythondistutils

Read More
Build options to bdist...

pythonpackagingdistutilssetup.py

Read More
packaging numpy/scipy and other Python packages with C application?...

pythonpackagesetuptoolsdistutilssoftware-distribution

Read More
Can I configure pydev to automatically compile cython files?...

eclipsepydevdistutilscython

Read More
python distutils: access to name of compiled extension...

pythondistutils

Read More
Installable distutils packages: How do I import package modules from command line scripts which are ...

pythoncommand-lineimportpackagedistutils

Read More
Numpy distutils howto...

pythonnumpydistutilsf2py

Read More
How to build a Python C Extension so I can import it from a module...

pythondistutilspython-extensions

Read More
Put configuration files of my python package in /etc/<appname> and log file in /var/log/<ap...

pythonpackagingdistutils

Read More
Cython setup.py to install compiled extension...

pythoncythondistutils

Read More
Is it possible to mix C and Python in the same namespace?...

pythondistutils

Read More
making python pip figure out the correct package version to download...

pythonpipdistutils

Read More
how to copy files to users home directory or current directory using distutils?...

pythondistutils

Read More
BackNext