[PyQt] Using Python's "print" or sys.stdout.write( "str" ) inside of PyQt4.

2008-09-30 Thread Peter Lindener
might best start looking for what is going on with Python's failure to print inside of IDE's but not outside where it works just fine, and/or how to fix this impediment to interactive Python debugging? -Peter On Thu, Sep 25, 2008 at 1:40 PM, Peter Lindener <[EMAIL PROTECTED]>

Re: [PyQt] Using Python's "print" or sys.stdout.write( "str" ) inside of PyQt4.

2008-09-25 Thread Peter Lindener
ave cleaned up my code in the attached "print" bug example and added some comments at the front such that it might be a useful example to others who might be able to figure out how to make the Python environment we all have learned to love all that much better. Thanks for writing back!

[PyQt] Using Python's "print" or sys.stdout.write( "str" ) inside of PyQt4.

2008-09-24 Thread Peter Lindener
Dear PyQt4 developers - I am currently running Python 2.5,2, with IDLE version 1.2.2 under Win_XP. I'm new to using PyQt along with PyOpenGL. I have searched a bit and surprised, I was unable to find the answer to my most basic question concerning the functionality of Python's print statem