[issue1718574] build_clib --build-clib/--build-temp option bugs

Pearu Peterson report at bugs.python.org
Sun Feb 8 21:05:56 CET 2009


Pearu Peterson <pearu at users.sourceforge.net> added the comment:

Consider a trivial setup file:

from distutils.core import setup
setup()

Here is an example traceback (the second command
illustrates the bug):

$ python setup.py build --build-temp=/tmp
running build
$ python setup.py build_clib --build-temp=/tmp
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: option --build-temp must not have an argument

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1718574>
_______________________________________


More information about the Python-bugs-list mailing list