Error in WX_2_8_BRANCH: wxPython\demo\Main.py

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?

Hello,

···

On Nov 29, 2008, at 4:02 AM, Rod Morison wrote:

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?

3 links down from where you found this mailing list :wink:

Cody