Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Accessing data files before and after distutils/setuptools

python setuptools distutils

Setuptools not passing arguments for entry_points

python setuptools distutils

Which is the most pythonic: installing python modules via a package manager ( macports, apt) or via pip/easy_install/setuptools

How do I specify different compiler flags for just one Python/C extension source file?