[Python-bugs-list] [ python-Bugs-780638 ] IDLE won't run on Win2K

SourceForge.net noreply@sourceforge.net
Wed, 30 Jul 2003 20:06:30 -0700


Bugs item #780638, was opened at 2003-07-30 22:27
Message generated for change (Comment added) made by tim_one
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=780638&group_id=5470

Category: IDLE
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Kellie Miller (javajini)
Assigned to: Nobody/Anonymous (nobody)
Summary: IDLE won't run on Win2K

Initial Comment:
When I noticed that Python 2.3 was out today I
downloaded it immediately! I uninstalled 2.2.3 and
installed 2.3. When I tried to start IDLE the cursor
changed to the hour glass momentarily and then back to
the arrow. When I tried running IDLE from cmd.exe I got
the shell prompt immediately. IDLE worked fine under
2.2.3. I am running on a DELL Latitude C600 with
Windows 2000 5.00.2195 Service Pack 2.



----------------------------------------------------------------------

>Comment By: Tim Peters (tim_one)
Date: 2003-07-30 23:06

Message:
Logged In: YES 
user_id=31435

2.3's IDLE works fine on my Win2K.  What happens when you 
try the following from a DOS box?

C:\Python23>python
Python 2.3 (#46, Jul 29 2003, 18:54:32) [MSC v.1200 32 bit 
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more 
information.
>>> import Tkinter
>>> Tkinter._test()
>>>

That will tell us whether Tk is working.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=780638&group_id=5470