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 doesn't launch #54134

Closed
StephanBellegy mannequin opened this issue Sep 23, 2010 · 6 comments
Closed

Idle doesn't launch #54134

StephanBellegy mannequin opened this issue Sep 23, 2010 · 6 comments
Labels
topic-IDLE topic-installation type-bug An unexpected behavior, bug, or error

Comments

@StephanBellegy
Copy link
Mannequin

StephanBellegy mannequin commented Sep 23, 2010

BPO 9925
Nosy @loewis, @serwy

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 2012-05-02.23:44:01.962>
created_at = <Date 2010-09-23.13:46:12.694>
labels = ['expert-IDLE', 'type-bug', 'expert-installation']
title = "Idle doesn't launch"
updated_at = <Date 2012-05-02.23:44:01.961>
user = 'https://bugs.python.org/StephanBellegy'

bugs.python.org fields:

activity = <Date 2012-05-02.23:44:01.961>
actor = 'roger.serwy'
assignee = 'none'
closed = True
closed_date = <Date 2012-05-02.23:44:01.962>
closer = 'roger.serwy'
components = ['IDLE', 'Installation']
creation = <Date 2010-09-23.13:46:12.694>
creator = 'Stephan.Bellegy'
dependencies = []
files = []
hgrepos = []
issue_num = 9925
keywords = []
message_count = 6.0
messages = ['117184', '117193', '117204', '150073', '158289', '159823']
nosy_count = 3.0
nosy_names = ['loewis', 'roger.serwy', 'Stephan.Bellegy']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue9925'
versions = ['Python 2.7']

@StephanBellegy
Copy link
Mannequin Author

StephanBellegy mannequin commented Sep 23, 2010

Environment is Win7, 32bits. User has Admin rights.

I haven't coded in Python at the office for a while and had a little script to write. Thus, I decided to upgrade from 2.6 to 2.7 (that is : 2.6 was already there and functionnal as far as I remind it and was the first install of Python on the new PC)

2.7 installation run without problems nor warnings, as usual.
But then Idle didn't launch. No message. No Python process running in the background. So I launched it via a shell and grabbed an error message :
IOError: [Errno 13] Permission denied: 'C:\\Users\\Foobar\\.idlerc\\recent-files.lst'

Then I googled and found http://bugs.python.org/issue1743

Deleting ~\.idlerc\ did the trick and now Idle runs fine.

So the bug 1743 isn't clearly solved and this is what I suspect :
My Windows is localized in French. From the DOS Shell, the User Dir is C:\Users\FOOBAR
but Windows Explorer displays in its address bar : C:\Utilisateurs\FOOBAR
Maybe the problem comes from here ?

@loewis
Copy link
Mannequin

loewis mannequin commented Sep 23, 2010

Is that problem reproducible?

I.e. what did you do, in what order, and: when you do it again, will the problem occur again?

@StephanBellegy
Copy link
Mannequin Author

StephanBellegy mannequin commented Sep 23, 2010

it is reproductible.
At first, Python 2.6.? was installed.

i tried to install 2.7 and got the problem
uninstalled 2.7
tried 2.6.6 and got the problem

then google, delete dir and got it running

@serwy
Copy link
Mannequin

serwy mannequin commented Dec 22, 2011

This bug looks almost identical to bpo-4625 which was fixed. The only difference is the French localization aspect.

@serwy
Copy link
Mannequin

serwy mannequin commented Apr 14, 2012

Is this still a valid issue?

@serwy serwy mannequin added the type-bug An unexpected behavior, bug, or error label Apr 14, 2012
@serwy
Copy link
Mannequin

serwy mannequin commented May 2, 2012

Closing this issue as a duplicate of bpo-4625.

@serwy serwy mannequin closed this as completed May 2, 2012
@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 topic-installation type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

0 participants