Using a browser as a GUI: which Python package

John J. Lee jjl at pobox.com
Sat Apr 29 14:37:31 EDT 2006


"André" <andre.roberge at gmail.com> writes:
[...]
> I would like to use a browser (e.g. Firefox) as a simple GUI
> "framework".  Note that this is to be done on a single user machine, so
> the question of sandboxing is not really relevant here.
[...]
> My ultimate goal would be to port the main features of two
> wxPython-based apps I wrote (rur-ple and Lightning Compiler, both found
> at https://sourceforge.net/project/showfiles.php?group_id=125834)
> within a standard browser.

If you can stick to Firefox, you might find XUL useful.  There are
various different styles of development that use XUL and Python -- a
bit of Googling and reading should find them.


John




More information about the Python-list mailing list