Which version of wxPython are you running? What do you mean by "does not work"...does the import fail or is your code giving errors?
It is the current new version 2.6. The error message said that the class wxApp is not defined... But when using the default "from wxPython.wx import *", it works.
See my previous post for examples... you are mixing the new import style and old style of using the classes. That will not work.
Thanks, -K -- http://mail.python.org/mailman/listinfo/python-list