473,382 Members | 1,658 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,382 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 1810

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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.