From: Jochen V. <vo...@se...> - 2004-10-31 15:59:23
|
Hello, On Sun, Oct 31, 2004 at 10:09:55PM +0800, Steve Chaplin wrote: > backend_bases has: > def error_msg(msg, *args, **kwargs): > """ > Alert an error condition with message > """ > print >>sys.stderr, msg > sys.exit() >=20 > No verbose() at all! But I agree I think it should be > 'verbose.report_error'=20 Yes, it seems that this makes sense in the non-interactive case. We are aborting the program, so the message should be visible in any case. > Also, there is a new PS backend now. I've been working on > backend_cairo.py and today got it producing its own png and PS files. Cool! All the best, Jochen --=20 http://seehuhn.de/ |