+5. If you havn't already, get a new copy of the demo and documentation
+ to go with the wxPython you just built and installed. See
+ http://wxpython.org/download.php#documentation
+
+
+6. Change to the demo directory and run it like this:
+
+ python demo.py
+
+ SOLARIS NOTE: If you get unresolved symbol errors when importing
+ wxPython and you are running on Solaris and building with gcc, then
+ you may be able to work around the problem by uncommenting a bit of
+ code in setup.py and building again. Look for 'SunOS' in setup.py
+ and uncomment the block containing it. The problem is that Sun's ld
+ does not automatically add libgcc to the link step.
+
+7. That's all, except for the having fun part!
+
+