[Python-bugs-list] [ python-Bugs-604387 ] long list in Pythonwin -> weird text

noreply@sourceforge.net noreply@sourceforge.net
Wed, 04 Sep 2002 08:35:59 -0700


Bugs item #604387, was opened at 2002-09-04 02:36
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=604387&group_id=5470

Category: Windows
>Group: 3rd Party
Status: Open
Resolution: None
Priority: 5
Submitted By: James Briggs (jbriggs66)
>Assigned to: Mark Hammond (mhammond)
Summary: long list in Pythonwin -> weird text

Initial Comment:

Using Pythonwin (build 148) with ActiveState 2.2.1

>>> import sys
>>> sys.modules.keys()
['code', 'pywin.framework.cmdline', ....

after about 15 lines the output goes weird.

Text is mostly stuck on 1st column, some text appears 
and disappears as the scroll bar is moved.

Tried this with Python 2.1 and Pythonwin (build 147 also)



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

>Comment By: Tim Peters (tim_one)
Date: 2002-09-04 11:35

Message:
Logged In: YES 
user_id=31435

Note that PythonWin isn't part of the core Python project, 
so marked 3rdParty and assigned to Mark Hammond.

I don't see any problems under a DOS box, or under IDLE, 
so if there is a problem here, it seems unlikely to be in the 
core.  Help Mark by giving more info:  which flavor of 
Windows are you using?  Is it a non-US version (French, 
Japanese, etc)?  Is the problem specific to 
sys.modules.keys(), or is it common across every list that 
requires more than "about 15 lines" to display?:  How wide 
is your display window?  Which font and point size are you 
using?  Etc.  As is, I doubt there's enough info here for 
anyone to help.

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

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