Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

TypeError: dist must be a Distribution instance

python setuptools distutils

How to pass flags to a distutils extension? [duplicate]

python setuptools distutils

Python command line program: generate man page from existing documentation and include in the distribution

LNK1181: cannot open input file 'm.lib'

How to install a dependency from a submodule in Python?

Package only binary compiled .so files of a python library compiled with Cython

2 techniques for including files in a Python distribution: which is better?

How to tell which specific compiler will be invoked for a Python C extension: GCC or Clang?