IDLE does not start on WinXP

George Carman gj_carman at hotmail.com
Sat Aug 28 16:47:07 EDT 2004


Please excuse the following mailing, I do not have access to a news server 
and cannot post to comp.lang.python.

I recently installed Python 2.3.4 on WinXP.  Command line interpreter works 
fine but the IDLE GUI will not start.  When run from a commandline I get the 
following traceback.  Both WinXP and McAfee firewalls are disabled.  Any 
suggestions would be appreciated.

C:\Python23\Lib\idlelib>idle.py
Traceback (most recent call last):
  File "C:\Python23\Lib\idlelib\idle.py", line 23, in ?
    idlelib.PyShell.main()
  File "C:\Python23\lib\idlelib\PyShell.py", line 1282, in main
    flist.pyshell = PyShell(flist)
  File "C:\Python23\lib\idlelib\PyShell.py", line 764, in __init__
    self.interp.start_subprocess()
  File "C:\Python23\lib\idlelib\PyShell.py", line 364, in start_subprocess
    self.transfer_path()
  File "C:\Python23\lib\idlelib\PyShell.py", line 433, in transfer_path
    self.runcommand("""if 1:
  File "C:\Python23\lib\idlelib\PyShell.py", line 650, in runcommand
    self.rpcclt.remotequeue("exec", "runcode", (code,), {})
  File "C:\Python23\lib\idlelib\rpc.py", line 214, in remotequeue
    return self.asyncreturn(seq)
  File "C:\Python23\lib\idlelib\rpc.py", line 238, in asyncreturn
    response = self.getresponse(seq, wait=0.05)
  File "C:\Python23\lib\idlelib\rpc.py", line 278, in getresponse
    response = self._getresponse(myseq, wait)
  File "C:\Python23\lib\idlelib\rpc.py", line 298, in _getresponse
    response = self.pollresponse(myseq, wait)
  File "C:\Python23\lib\idlelib\rpc.py", line 423, in pollresponse
    message = self.pollmessage(wait)
  File "C:\Python23\lib\idlelib\rpc.py", line 375, in pollmessage
    packet = self.pollpacket(wait)
  File "C:\Python23\lib\idlelib\rpc.py", line 347, in pollpacket
    if not self.ioready(wait):
  File "C:\Python23\lib\idlelib\rpc.py", line 337, in ioready
    r, w, x = select.select([self.sock.fileno()], [], [], wait)
select.error: (10022, 'An invalid argument was supplied')

_________________________________________________________________
Don’t just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/




More information about the Python-list mailing list