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 not opening #48848

Closed
ec2929 mannequin opened this issue Dec 8, 2008 · 6 comments
Closed

IDLE not opening #48848

ec2929 mannequin opened this issue Dec 8, 2008 · 6 comments

Comments

@ec2929
Copy link
Mannequin

ec2929 mannequin commented Dec 8, 2008

BPO 4598
Nosy @loewis

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 2008-12-10.22:40:22.168>
created_at = <Date 2008-12-08.20:22:01.105>
labels = []
title = 'IDLE not opening'
updated_at = <Date 2008-12-10.22:40:22.166>
user = 'https://bugs.python.org/ec2929'

bugs.python.org fields:

activity = <Date 2008-12-10.22:40:22.166>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = <Date 2008-12-10.22:40:22.168>
closer = 'loewis'
components = []
creation = <Date 2008-12-08.20:22:01.105>
creator = 'ec2929'
dependencies = []
files = []
hgrepos = []
issue_num = 4598
keywords = []
message_count = 6.0
messages = ['77338', '77359', '77423', '77462', '77546', '77574']
nosy_count = 2.0
nosy_names = ['loewis', 'ec2929']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue4598'
versions = ['Python 3.0']

@ec2929
Copy link
Mannequin Author

ec2929 mannequin commented Dec 8, 2008

Fresh install, IDLE does not open. Cannot find tk tcl. Reference
bpo-4049. Problem reported in Python 2.5 and 3.0 on Windows.

@loewis
Copy link
Mannequin

loewis mannequin commented Dec 8, 2008

Do you have TCL_LIBRARY or TK_LIBRARY environment variables set?

This is a very obscure behavior - the installer is known to work on many
machines, including IDLE. So something must be particular with your
Windows installation.

@ec2929
Copy link
Mannequin Author

ec2929 mannequin commented Dec 9, 2008

No, I don't have those set.

  • Elizabeth

@loewis
Copy link
Mannequin

loewis mannequin commented Dec 9, 2008

Ok, then please run, in a cmd.exe shell, in the Python directory

python.exe Lib\idlelib\idle.py

and report its output.

@ec2929
Copy link
Mannequin Author

ec2929 mannequin commented Dec 10, 2008

It is working now though so there is no error message anymore. I had to move tk and tcl Python25/Lib. When I hadn't done that, it said it was looking for tk8.4 under a series of directories and it didn't find it. When I moved tk8.4 folder to under Python25/Lib, it complained about not being able to find tcl8.4. So I found that directory under Python25/Tcl and moved it to Python25/Lib.

  • Elizabeth

@loewis
Copy link
Mannequin

loewis mannequin commented Dec 10, 2008

Ok, closing that as not reproducable, then.

@loewis loewis mannequin closed this as completed Dec 10, 2008
@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
None yet
Projects
None yet
Development

No branches or pull requests

0 participants