Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDLE Subprocess Startup Error {Solved} #51466

Closed
THRlWiTi mannequin opened this issue Oct 27, 2009 · 5 comments
Closed

IDLE Subprocess Startup Error {Solved} #51466

THRlWiTi mannequin opened this issue Oct 27, 2009 · 5 comments
Labels
topic-IDLE type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@THRlWiTi
Copy link
Mannequin

THRlWiTi mannequin commented Oct 27, 2009

BPO 7217
Nosy @amauryfa

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2009-11-04.17:21:00.124>
created_at = <Date 2009-10-27.07:57:03.932>
labels = ['expert-IDLE', 'invalid', 'type-crash']
title = 'IDLE Subprocess Startup Error {Solved}'
updated_at = <Date 2009-11-04.17:21:00.123>
user = 'https://bugs.python.org/THRlWiTi'

bugs.python.org fields:

activity = <Date 2009-11-04.17:21:00.123>
actor = 'amaury.forgeotdarc'
assignee = 'none'
closed = True
closed_date = <Date 2009-11-04.17:21:00.124>
closer = 'amaury.forgeotdarc'
components = ['IDLE']
creation = <Date 2009-10-27.07:57:03.932>
creator = 'THRlWiTi'
dependencies = []
files = []
hgrepos = []
issue_num = 7217
keywords = []
message_count = 5.0
messages = ['94546', '94547', '94786', '94873', '94891']
nosy_count = 2.0
nosy_names = ['amaury.forgeotdarc', 'THRlWiTi']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = 'crash'
url = 'https://bugs.python.org/issue7217'
versions = ['Python 2.6']

@THRlWiTi
Copy link
Mannequin Author

THRlWiTi mannequin commented Oct 27, 2009

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

@THRlWiTi THRlWiTi mannequin added topic-IDLE type-crash A hard crash of the interpreter, possibly with a core dump labels Oct 27, 2009
@THRlWiTi
Copy link
Mannequin Author

THRlWiTi mannequin commented Oct 27, 2009

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

@THRlWiTi
Copy link
Mannequin Author

THRlWiTi mannequin commented Nov 1, 2009

?

@amauryfa
Copy link
Member

amauryfa commented Nov 4, 2009

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'>)

@THRlWiTi
Copy link
Mannequin Author

THRlWiTi mannequin commented Nov 4, 2009

{Solved}
Thanks for following up Amaury
But my problem was solved yesterday.
There was a few programs in the main python directory which I didn't
want to delete, so I moved them to another directory and manually
deleted C:\Python26 and then restarted my computer. After installing
python again, the problem was solved.
Thanks again

@THRlWiTi THRlWiTi mannequin changed the title IDLE Subprocess Startup Error IDLE Subprocess Startup Error {Solved} Nov 4, 2009
@amauryfa amauryfa closed this as completed Nov 4, 2009
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic-IDLE type-crash A hard crash of the interpreter, possibly with a core dump
Projects
None yet
Development

No branches or pull requests

1 participant