From: SourceForge.net <no...@so...> - 2006-07-07 22:01:37
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3812231 By: nobody FIXED! The reason why the output was not being shown was that the output was being redirected by a redirect=True being passed to the application a la app = MyApp(redirect=True) Being a Python beginner I did not know the meaning of this flag until now... :-) ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |