Hi:

I've noticed while debugging PyQt apps, that commands like 'print' won't execute until after the gui is closed. Why is this? Is there any way to get print statements to execute while the gui is running?

I've also noticed the same thing inserting data into an sqlite db. The inserts work just fine, this can be verified by externally doing a select on the db, but the changes aren't reflected until after restarting the app.

Any thoughts are greatly apreciated.

Regards,
hf