Am Mittwoch, 12. Mai 2004 12:28 schrieb [EMAIL PROTECTED]: > Hi all, > > Just two remarks about eric... > When debugging, the outputs of my scripts aren't redirected > into the 'stdout' and 'stdin' frames. They just appear in > the Python console... > This may be configurable, but I didn't find the way to > change that. >
Debug output appears in the Python shell window. That's the intended behavior and it is not configurable. stdout and stdin are for internal messages and redirected outputs from tools used within the ide (e.g. pyuic). Detlev -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
