pythonwin crash when printing large string (10K)

Neil Hodgson nhodgson at bigpond.net.au
Wed Dec 11 06:53:01 EST 2002


Irmen de Jong,

> Using PythonWin 2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)] on
> win32.  (win32all build 148) on windows XP.
>
> print 'largestring'*1000
>
> --> CRASH (apparently in scintilla.dll) (also works fine in console
python.exe)
>
> Is this a known problem?

   Yes. You could try an updated version of Scintilla by downloading SciTE
from
http://www.scintilla.org/wscite149.zip
   open it up and rename the SciLexer.dll file to Scintilla.dll and then
copy into the top level Pythonwin directory, often found just under the
Python22 directory.

   This still will not display arbitrarily long lines of text due to various
API limitations and graphics server bugs.

   Neil





More information about the Python-list mailing list