Daniel Fetchinson wrote:

> It's clear to me that the logic behind a web interface and a desktop
> interface are two totally different things. I don't want a magic
> method to convert an html/javascript based web app to a desktop app as
> this is clearly impossible.

But it is not impossible to embed a server on your desktop and make it
render HTML on some windows.  Then you'd have to code just the web app and
the desktop would also use it...

If Internet is a requirement, you can even render the HTML from a remote
server. 

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to