[Distutils] [issue73] setup.py --name prints warning messages to stdout, rather than stderr

Sridhar Ratnakumar setuptools at bugs.python.org
Fri May 29 21:57:42 CEST 2009


New submission from Sridhar Ratnakumar <sridharr at activestate.com>:

Warning messages must be printed to stderr. This allows for a programattic way
to find setup.py metadata.

> pwd
../dap.plugins.sql-0.2.1

> apy setup.py  --name 2> /dev/null
'dap.plugins' is declared as a package namespace, but 'dap' is not: please
correct this in setup.py
dap.plugins.sql

> echo $?
0
>

----------
messages: 295
nosy: srid
priority: bug
status: unread
title: setup.py --name prints warning messages to stdout, rather than stderr

_______________________________________________
Setuptools tracker <setuptools at bugs.python.org>
<http://bugs.python.org/setuptools/issue73>
_______________________________________________


More information about the Distutils-SIG mailing list