Here's Aaron's example site on Google App Engine:
http://webpy.appspot.com/

A link to the source code is at the bottom. The database access is a
little different but I don't think that's what you're concerned about
here. If you need to brush up on HTML, CGI etc., pretty much
everything here is worth knowing:
http://www.w3schools.com/

More web.py examples:
http://webpy.org/cookbook

> how do i start a GUI from a website? i have a Calcualtor made in
> tkinter which i want to be able to download(just to figure it out).

Drop the executable into the static/ directory and put a link to it.
This won't work quite the way you're imagining, though. You'll learn
more just reimplementing the calculator with web.py.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to