Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Bugs

[issue7217] IDLE Subprocess Startup Error

 

 

Python bugs RSS feed   Index | Next | Previous | View Threaded


report at bugs

Oct 27, 2009, 12:57 AM

Post #1 of 4 (282 views)
Permalink
[issue7217] IDLE Subprocess Startup Error

New submission from ali <mr.dalba [at] gmail>:

Hi

After trying to install another IDE for python (Eric4.3.8 and sciTE201)
I'm not able to launch IDLE directly anymore. (I not sure if this is
really relevant)

I can right click on the .py files and choose "edit with IDLE" and
everything works fine.

Also, I can run python under cmd without any problem.

But when I try to open IDLE using start menu icon, this error massage
appears:

Subprocess Startup Error
IDLE's subprocess didn't make connection. either idle can't start a
subprocess or personal firewall software is blocking the connection.

I tried to disable my anti-virus and windows firewall (I don't use any
other firewalls), but the problem still exists.

I uninstalled python 2.6.2 and then installed python 3.1.1. IDLE worked
fine but I had a little problem with the new syntax in python 3 so I
installed python 2.6.4 and guess what, the same error message again!

When I try to run IDLE from cmd this error message is displayed:

hi
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Python26\lib\idlelib\run.py", line 13, in <module>
import RemoteDebugger
File "C:\Python26\lib\idlelib\RemoteDebugger.py", line 24, in <module>
import rpc
File "C:\Python26\lib\idlelib\rpc.py", line 120, in <module>
request_queue = Queue.Queue(0)
TypeError: __init__() takes exactly 1 argument (2 given)

Can anyone help?
Thanks in advance

----------
components: IDLE
messages: 94546
nosy: mr.dalba
severity: normal
status: open
title: IDLE Subprocess Startup Error
type: crash
versions: Python 2.6

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue7217>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Oct 27, 2009, 12:59 AM

Post #2 of 4 (257 views)
Permalink
[issue7217] IDLE Subprocess Startup Error [In reply to]

ali <mr.dalba [at] gmail> added the comment:

I'm using windows vista x64
I've tried restarting my computer and manually deleting files but didn't
help.

----------

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue7217>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Nov 1, 2009, 4:52 AM

Post #3 of 4 (241 views)
Permalink
[issue7217] IDLE Subprocess Startup Error [In reply to]

ali <mr.dalba [at] gmail> added the comment:

?

----------

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue7217>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Nov 3, 2009, 4:33 PM

Post #4 of 4 (221 views)
Permalink
[issue7217] IDLE Subprocess Startup Error [In reply to]

Amaury Forgeot d'Arc <amauryfa [at] gmail> added the comment:

Do you have some Queue.py in your PYTHONPATH, before the standard one?
What do you get when starting python from cmd:
import Queue
print Queue
(It should be <module 'Queue' from 'C:\Python26\lib\Queue.pyc'>)

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue7217>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com

Python bugs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.