[Python-Dev] distutils & stderr
Thomas Heller
thomas.heller@ion-tof.com
Fri, 1 Feb 2002 21:10:49 +0100
Fri, 1 Feb 2002 21:10:49 +0100
- Previous message: [Python-Dev] distutils & stderr
- Next message: [Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Misc NEWS,1.352,1.353
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: "Guido van Rossum" <guido@python.org> > > >> - quiet, only tells you about errors > > > > And only to stderr, assuming stderr is available. (Can this be > > detected on Windows?) > > Depends on what you call available. sys.stderr should always exist. > > > If you log messages to stdout, scripts that use distutils can't > > be used as filters. > > IMO it would be better if there was a way to give distutils a file > where to send output. One additional annoyance under windows is that MSVC (when compiling) always prints messages to the console (stderr, stdout? not sure) which cannot be suppressed (at least I haven't found a way). Thomas
- Previous message: [Python-Dev] distutils & stderr
- Next message: [Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Misc NEWS,1.352,1.353
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]