newbie - IDLE won't start, socket error, Vista, 32bit
2010-08-01 18:27:01 GMT
Hi All, Newbie, trying to learn Python. os is Windows Vista, 32-bit
machine. Used Installer pkg from helloworldbook.com
includes Python 2.5.1, Tk 8.4 and IDLE v 1.2.1 (and other stuff).
Trying to launch IDLE from Start Menu icon. Socket error: permission
denied. IDLE's subprocess didn't make connection. Either IDLE can't
start a subprocess or personal firewall software is blocking the connection.
Trying to start IDLE from cmd line:
c:\Python25\python.exe c:\Python25\Lib\idlelib\idle.py (or
c:\Python25\pythonw.exe c:\Python25\Lib\idlelib\idle.pyw)
gets:
IDLE Subprocess: socket error: Permission denied, retrying....
IDLE Subprocess: socket error: Permission denied, retrying....
IDLE Subprocess: socket error: Permission denied, retrying....
IDLE Subprocess: Connection to IDLE GUI failed, exiting.
Traceback (most recent call last):
** IDLE Internal Exception:
Traceback (most recent call last):
File "C:\Python25\lib\idlelib\run.py", line 82, in main
exit()
File "C:\Python25\lib\idlelib\run.py", line 208, in exit
del sys.exitfunc
AttributError: exitfunc
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Python25\lib\idlelib\run.py", line 107, in main
exit()
File "C:\Python25\lib\idlelib\run.py", line 208, in exit
(Continue reading)
RSS Feed