wxpython is broken (Editra won't work due to missing stc widget) (Bug #401)
Description
wxpython won't compile correctly stc widget so Editra won't work, both the internal versione (default ide) and Editra 0.7.01 (latest), wxgtk is compile with stc support and the BUILD file is modified to activate the building of STC and GIZMOS (don't know if GIZMOS is necessary but in case...) as follows:
PYOPTS="MONOLITHIC=0 UNICODE=1 BUILD_GLCANVAS=0 BUILD_STC=1 BUILD_GIZMOS=1"