Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in distutils

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?

Using Sphinx with a distutils-built C extension

What's distutils' equivalent of setuptools' `find_packages`? (python)