pythonwin crash when printing large string (10K)

Mark Hammond mhammond at skippinet.com.au
Wed Dec 11 17:05:39 EST 2002


Neil Hodgson wrote:
> 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.

Build 150 also has a Scintilla that doesn't suffer this problem.

Mark.




More information about the Python-list mailing list