vote up 1 vote down star

If I have no connection to internet, does that mean I can't start IDLE (which comes with python 3.0)?

flag
This question isn't really programming. This is either a support issue, or a complaint. Check the StackOverflow FAQ's stackoverflow.com/faq. – S.Lott Oct 10 '08 at 20:09

1 Answer

vote up 5 vote down

IDLE displays a warning message about firewall programs because it connects to the interpreter over the loopback interface, but that interface is always "connected" and doesn't require you to be on the Internet.

If IDLE isn't working for you with Python 3.0, you might consult Python issue3628.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.