wxStyledTextCrl questions

Hi again...

I've been trying to run Boa Constructor w/o any luck. I think I've narrowed it down to the wxStyledTextCrl function missing. Is there something special I have to do when building wxGTK or wPython to get this object to work? I have scite and therefore scintilla (I assume) installed. Or is this assumption wrong?

Any help is appreciated. I have python 2.2.3 w/ wxGTK/wxPython installed from the current CVS (a couple of days ago).

Thanks

Jeff

Jeffrey Blank wrote:

Hi again...

I've been trying to run Boa Constructor w/o any luck. I think I've
narrowed it down to the wxStyledTextCrl function missing. Is there
something special I have to do when building wxGTK or wPython to get
this object to work? I have scite and therefore scintilla (I assume)
installed. Or is this assumption wrong?

Any help is appreciated. I have python 2.2.3 w/ wxGTK/wxPython
installed from the current CVS (a couple of days ago).

wxWindows/wxPython don't use an already installed version of Scintilla, but build a special version for themselves. It should have been built by default as part of the wxPython build. It is controled by the BUILD_STC flag in setup.py, did you change it?

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!