Message81414
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 |
|
Date |
User |
Action |
Args |
2009-02-08 20:05:56 | pearu | set | recipients:
+ pearu, tarek |
2009-02-08 20:05:56 | pearu | set | messageid: <1234123556.57.0.148046765653.issue1718574@psf.upfronthosting.co.za> |
2009-02-08 20:05:55 | pearu | link | issue1718574 messages |
2009-02-08 20:05:55 | pearu | create | |
|