Re: [Rpy] [patch] trivial console output fix

2009-02-10 Thread Nathaniel Smith
On Tue, Feb 10, 2009 at 1:51 PM, Laurent Gautier wrote: > The callbacks are biting back with this bug as well: an exception should > have been raised when an error occurred (it became obvious while I was > experimenting with rpy_device). > Before devising my own solution I'd be keen on seeing how

Re: [Rpy] [patch] trivial console output fix

2009-02-10 Thread Laurent Gautier
Nathaniel Smith wrote: > It turns out that the new definition of consolePrint (that I wrote, > *cough*) is totally broken -- it tries to write to sys.stdout, and > it's in a module that imports sys, but... there's some code in the > middle that does 'del sys'. So console output just doesn't work ri