Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in distutils

read README in setup.py

Python runtime_library_dirs doesn't work on Mac

ImportError: No module named distutils

Creating a Python package for a C extension-only module which is pre-built

python setuptools distutils

Undefined symbol error importing Cython module

When should the "Natural Language" PyPI classifier be used?

packaging with numpy and test suite

Python 3.4: compile cython module for 64-bit windows

Get the commands distutils passes to the compiler

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

python distutils fhs

Disabling output when compiling with distutils

python distutils

Compiling an optional cython extension only when possible in setup.py

Override default installation directory for Python bdist Windows installer

python distutils

Directly call distutils' or setuptools' setup() function with command name/options, without parsing the command line?

python setuptools distutils

How to install bpython for Python 3?

python pip distutils bpython

How to get error log of a disutils setup in Python?

python distutils

Cython and fortran - how to compile together without f2py

Multiple projects using multiple setup.py scripts?

Can a Python package depend on a specific version control revision of another Python package?