Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in distutils

How to pass --debug to build_ext when invoking setup.py install?

How to add header files in setup.py so dependencies are observed when building the extensions?

python distutils setup.py

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

python c pip distutils setup.py

cxfreeze missing distutils module inside virtualenv

Automate compilation of protobuf specs into python classes in setup.py

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

Dynamically Linking Python Extension (.pyd) to Another Extension

Hash Checking in setup.py install requires

What are valid values for platforms in python setup.py?

python distutils

Using SCons as a build engine for distutils

python scons distutils

Windows installer built with setup.py bdist_wininst triggers RuntimeError when installing. How do I fix this?

Can I create a static Cython library using distutils?

How should setup.py and requirements.txt be used by app developers?

Nested Python C Extensions/Modules?

Should I bundle C libraries with my Python application?

python c distutils

how to use distutils to create executable .zip file?

python distutils python-2.6

py2app picking up .git subdir of a package during build

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