problem with opening Python IDLE

rainbow.cougar at gmail.com rainbow.cougar at gmail.com
Sun Feb 12 13:44:02 EST 2006


Bennie Tilma wrote:
> I'm having trouble with opening the python IDLE-program. When I try to start
> it, it gives an errormessage wich states that it can not make a connection,
> possibly because of a firewall. However, adding it to firewalls exeptions or
> even disabeling the firewall has no effect.
>

You have to have your network's internal loopback turned on:


Python 2.4.2 (#1, Dec  5 2005, 23:05:02)
[GCC 3.4.2 [FreeBSD] 20040728] on freebsd5
Type "copyright", "credits" or "license()" for more information.

    ****************************************************************
    Personal firewall software may warn about the connection IDLE
    makes to its subprocess using this computer's internal loopback
    interface.  This connection is not visible on any external
    interface and no data is sent to or received from the Internet.
    ****************************************************************
    
IDLE 1.1.2      
>>>




More information about the Python-list mailing list