Hi,
I just wanted to point out a couple of errors on your tutorials page (the
one linked to from the wxpython.org main page).
-In all of the code examples, the statement "return true" in the OnInit
routine in class MyApp is shifted to the left two tabs, causing an error
if someone were to copy the code.
-In the second code example on Part 1 of the tutorial, there is a
semicolon after one of the lines of code (I do this all the time too
:). This might confuse some people.
-In the first event example in Part1, both of the "EVT_MENU" statements
should be tabbed in to line up with the rest of the code.
I hope this helps.
Keep up the good work!
All the best,
Steven