[Tutor] Ptyhon GUI doubt

Lie Ryan lie.1296 at gmail.com
Wed Aug 26 07:13:11 CEST 2009


Reddy Etikela, Rajasekhar wrote:
> Hi Rich,
> 
> I am using my organization machine. I am not aware of the firewall which we are using and don't have the access to it.
> 

You can just ignore the message if you cannot the administrator to 
adjust the firewall's setting. Just be aware that when IDLE is running 
without subprocess, the execution environment between IDLE itself and 
your own program is shared (although IDLE does its best to clean things 
up). This means your program can mess up IDLE and a previous runs of the 
program may affect the later runs. It may also be problematic to work 
with a windowing toolkit or threading as they may compete with IDLE's 
own GUI thread. To work around this, test your program directly from the 
real python interpreter (i.e. from the command line/terminal, instead of 
via IDLE).



More information about the Tutor mailing list