GUI definition for web and desktop

Jorge Godoy jgodoy at gmail.com
Sun Feb 3 13:55:26 EST 2008


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. 




More information about the Python-list mailing list