Search code examples
Cython: using distutils to compile C++...

pythonc++cythondistutils

Read More
Custom distribution option in setup.py...

pythondistutils

Read More
How can I make sure that python finds the necessary data files?...

pythonsetuptoolsdistutilspython-modulesetup.py

Read More
How do I distribute fonts with my python package?...

pythonmatplotlibsetuptoolsdistutils

Read More
Use a name other than MANIFEST.in for Distutils manifest template...

pythondistutils

Read More
Cannot import distutils from within a py2exe-compiled script...

pythonvirtualenvpy2exedistutils

Read More
"File not found" error with py2exe...

pythonpython-3.xpy2exedistutilsfile-not-found

Read More
Programatically testing for openmp support from a python setup script...

pythonopenmpdistutils

Read More
Python distutils exclude setup.py...

pythonpython-2.7rpmdistutils

Read More
How to build SQL Cipher Python Binding for Windows...

pythonpython-3.xdistutilssqlcipherpysqlcipher

Read More
How to deal with a script which has shebang line in setup script?...

pythondistutilssetup.pyshebang

Read More
What's the best practice for installing development versions of Python modules in Anaconda?...

pythongitanacondadistutilsconda

Read More
package_data files with executable permissions...

pythondistutilssetup.py

Read More
cxfreeze missing distutils module inside virtualenv...

pythonvirtualenvdistutilscx-freeze

Read More
Why setuptools does not copy my files while distutils does?...

pythonflasksetuptoolsdistutilssetup.py

Read More
Distutils setup generate .so and not .dylib on Mac OS X...

pythonmacoscompilationdistutils

Read More
building extension for Python 3 with Swig and distutils...

pythonpython-2.7python-3.xdistutils

Read More
Python LooseVersion corrupt list...

pythondistutils

Read More
How to handle configuration files with distutils to respect unixen's FHS?...

pythondistutilsfhs

Read More
Segmentation fault on calling Python C-extension module...

pythondistutilspython-c-extension

Read More
py2app picking up .git subdir of a package during build...

pythonmacossetuptoolsdistutilspy2app

Read More
How to create a .dylib C extension on mac os x with distutils and/or setuptools?...

macosshared-librariessetuptoolsdistutilspython-c-extension

Read More
distutils setup.py install - 'module' object is not callable...

pythondistutilssetup.py

Read More
Distutils can't find gcc from mingwpy in WinPython...

pythonmingwdistutils

Read More
can't copy 'ANIFEST.in': doesn't exist or not a regular file...

pipsetuptoolsdistutils

Read More
Regenerate cython extension with distutils...

pythoncythondistutils

Read More
How to install prerequisites for running setup.py in setuptools?...

pythonsetuptoolsdistutils

Read More
Cython and fortran - how to compile together without f2py...

pythoncfortrancythondistutils

Read More
How can I incorporate cmake file when building with distutils python?...

pythonc++cmakedistutilssetup.py

Read More
Install python package into directory relative to site-packages...

pythondistutils

Read More
BackNext