[python-win32] Can anyone reproduce this crash?

Nils R Grotnes nils@paragon.no
Tue, 3 Dec 2002 10:02:07 +0100


Hi Mark!

>> I'm using win32all-148, Python 2.2.2 and wxPython 2.3.2.1 on Windows 2000.
>> When I try the following from a PythonWin window
>>>>> from wxPython.wx import *
>>>>> dir()
> You can probably also get it by doing "from win32con import *" too.  I think
> it will be a "long line" bug in scintilla, since fixed in win32all-150.

I uninstalled win32all-148 and installed win32all-150, and the crash no longer
happens. The fix looks a little "unfinished" though, since this time the listing
just showed: (I've replaced the middle part with "...")

>>> from wxPython.wx import *
>>> dir()
['EVT_ACTIVATE', ... , 'EVT_TOOL_RCLICKED_RANGE', 'EVT_TREE_BEGIN_

Selecting and doing a Ctrl-c on this output did however reveal a strange thing.
The text copied was not what was shown in the window, but the complete list.

I suppose since this is likely (still) a scintilla bug, I'm OT here. Pointers
to where I should report it would be appreciated.

Nils