> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to