[ python-Bugs-1610485 ] GUI for Python 2.3, 2.4, and 2.5 is very sluggish
SourceForge.net
noreply at sourceforge.net
Thu Dec 7 00:44:23 CET 2006
Bugs item #1610485, was opened at 2006-12-06 18:44
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1610485&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: IDLE
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: g4rlik (g4rlik)
Assigned to: Nobody/Anonymous (nobody)
Summary: GUI for Python 2.3, 2.4, and 2.5 is very sluggish
Initial Comment:
The GUI for Python versions 2.3, 2.4, and 2.5 are very sluggish. When I type in them, or simply move them around my desktop, they are very slow.
Someone helping me from help at python.org was able to guess that the reason the GUI is slow for me is because of the subprocesses running, and he was right.
To cope with this problem, I created an idle.txt file, and added this to the first line of it:
c:\python25\python c:\python25\Lib\idlelib\idle.py -n
After that I saved the extension to .bat and now when I run that file, the Python GUI opens without any subprocesses running and I have no problem. However, I'd still really like to know how I could fix this problem even more. The GUIs for Python version 2.2 and below run fine for me.
I am using Windows XP Home Edition Service Pack 2.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1610485&group_id=5470
More information about the Python-bugs-list
mailing list