473,386 Members | 1,609 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

IDLE does not start on WinXP

I recently installed Python 2.3.4 on WinXP. The command line
interpreter works fine, but the IDLE GUI will not start. I have both
WinXP and McAfee firewalls disabled. When I run IDLE from a
commandline I get the following traceback. 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')
Jul 18 '05 #1
0 1813

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
by: Kerry Neilson | last post by:
For the past couple of months, Idle won't start when I invoke it. I am at a complete loss for why this is. When this happens, they python command line still starts, and python works fine...
6
by: Batista, Facundo | last post by:
I tested the following simple code: ----------------- from Tkinter import * class App: def __init__(self, master): frame = Frame(master)
2
by: george | last post by:
Newbie question. Installed Python 2.4 successfully. However, double clicking on the IDLE icon activates the hour glass cursor and then dies. The IDLE window does not come up. I am sure it is...
1
by: George Carman | last post by:
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...
8
by: Jonathan Polley | last post by:
I have one account on a WindowsXP machine that refuses to run IDLE (or any other python script that uses Tk). Other people can login to that PC and IDLE runs just fine, so it is not an...
2
by: striker | last post by:
I just downloaded and installed Python 2.4.2 on a Windows XP machine. Everything I have tried so far has worked except for IDLE. Is there some setting that I need to check? Any help would be...
2
by: imx | last post by:
Hi, Enviroment: WinXP sp2, python 2.5 problem: click IDLE using shorcut menu or run phthonw.exe directly, nothing happen! But running python.exe from the command line is fine. I searched this...
3
by: writser | last post by:
hey all, For my study I'm writing a simple threaded webcrawler and I am trying to do this in python. But somehow, using threads causes IDLE to crash on Windows XP (with the latest python...
3
by: Giraffe | last post by:
I have the followong class in a file: -------------------------------------------- class someClass: def __init__ (self): self.someVar = 10 def getSomeVar (self): return self.someVar...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.