help

James Carroll mrmaple at gmail.com
Thu Jun 9 08:56:28 EDT 2005


> When i try to open IDLE(python GUI) it says that i have a socket error:
> conection refused what do  i do to fix this

if you're on linux, try making sure that localhost (the lo interface)
is up and running

if you do an ifconfig you should see one paragraph for the lo interface, and
if you do an ifup lo   or ifconfig lo up it should restart it.

-Jim



More information about the Python-list mailing list