Re: Using a browser as a GUI: which Python package

2006-05-01 Thread Jacob Rael
I am looking for the samething. I was thinking of Karrigell. http://karrigell.sourceforge.net/ -- http://mail.python.org/mailman/listinfo/python-list

Re: Using a browser as a GUI: which Python package

2006-04-30 Thread Don Taylor
John J. Lee wrote: > "André" <[EMAIL PROTECTED]> 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 wou

Re: Using a browser as a GUI: which Python package

2006-04-29 Thread John J. Lee
"André" <[EMAIL PROTECTED]> 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

Re: Using a browser as a GUI: which Python package

2006-04-28 Thread André
Problem solved using CherryPy. See http://aroberge.blogspot.com/2006/04/cherrypy-is-great.html for the details. -- http://mail.python.org/mailman/listinfo/python-list

Re: Using a browser as a GUI: which Python package

2006-04-28 Thread John Bokma
"André" <[EMAIL PROTECTED]> wrote: > John Bokma wrote: >> Also note that if your result takes some time you need to send dummy >> headers every now and then to keep the connection alive. And even >> then there might be problems with time outs. > > I don't see why I would have problems with time

Re: Using a browser as a GUI: which Python package

2006-04-28 Thread André
John Bokma wrote: > "André" <[EMAIL PROTECTED]> wrote: [snip] > > > > 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. > > [snip] > > > > Ideally, I w

Re: Using a browser as a GUI: which Python package

2006-04-28 Thread John Bokma
"André" <[EMAIL PROTECTED]> wrote: > First, an apology: I realise that I don't know enough about what I am > asking to make sure to use the proper language to phrase my question. > > I would like to use a browser (e.g. Firefox) as a simple GUI > "framework". Note that this is to be done on a sin