I just built the WX_2_8_BRANCH from source (on Vista, python26) and hit the following (easy to fix) bug in demo.py
Traceback (most recent call last):
File "demo.py", line 3, in <module>
import Main
File "c:\Users\rod\devel\3rdparty\wx\WX_2_8_BRANCH\wxPython\demo\Main.py", line 1849
self.SetOverview("wxPython", mainOverview)
^
IndentationError: expected an indented block
I'm new to wxPython: where do I submit the bug?