[issue4598] IDLE not opening

2008-12-10 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Ok, closing that as not reproducable, then. -- resolution: -> works for me status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue4598] IDLE not opening

2008-12-10 Thread Elizabeth Chang
Elizabeth Chang <[EMAIL PROTECTED]> added the comment: 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

[issue4598] IDLE not opening

2008-12-09 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Ok, then please run, in a cmd.exe shell, in the Python directory python.exe Lib\idlelib\idle.py and report its output. ___ Python tracker <[EMAIL PROTECTED]>

[issue4598] IDLE not opening

2008-12-09 Thread Elizabeth Chang
Elizabeth Chang <[EMAIL PROTECTED]> added the comment: No, I don't have those set. - Elizabeth ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Py

[issue4598] IDLE not opening

2008-12-08 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: 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. -- n

[issue4598] IDLE not opening

2008-12-08 Thread Elizabeth Chang
New submission from Elizabeth Chang <[EMAIL PROTECTED]>: Fresh install, IDLE does not open. Cannot find tk tcl. Reference Issue4049. Problem reported in Python 2.5 and 3.0 on Windows. -- messages: 77338 nosy: ec2929 severity: normal status: open title: IDLE not opening versions: Python