[python-win32] Can anyone reproduce this crash?

Mark Hammond mhammond@skippinet.com.au
Tue, 3 Dec 2002 18:51:31 +1100


> 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.

Mark.