The wxBrowser (and wxwML) can be used to create web based applications using wxWidgets GUI objects and wxPython instead of a browser and HTML/JavaScript.
The wxBrowser reads wxwML from a web server and translates it into (wx)python code during run time. All GUI Events are bound to URLs instead of functions defined in the application. In case an event is triggered the wxBrowser requests a new document using the URL and, expecting wxwML back, translates and executes it within a try/except block, ignoring errors. The wxBrowser is very work in progress, there's still lots of things to be done but this version is complete enough to convey the idea. You can download the python source from SourceForge (http://sourceforge.net/project/showfiles.php?group_id=72786&package_id=140137) and there's a sample application at http://www.pulp.se/wx/contacts that you can use to test it. For more info, see: http://sourceforge.net/projects/serf and http://www.pulp.se/serf/wxBrowser.pdf -- Johan Lindberg [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html