To be fair, it sounds like you need to understand some html basics before trying to use webpy - most of what you are asking about is plain html (ie linking to another page is simply <a href="/view" >View</a> with a view class in the code.py and the url routing in code.py as well. The tutorial covers templates, accessing the db etc - if you don't understand that, you really need a good beginning book/tutorial on html
I think Tinker is a desktop gui not a web gui (web gui is html/xml/javascript...) but maybe I'm wrong. webpy is actually an easy framework to learn with since it is so simple - as your pages run into problems, then post some code and errors and everyone here can help. globalrev wrote: > i am getting started with web.py. since the tutorial is very basic and > then the rest of the examples just start wya ahead of the tutorial i > find it hard to get going. > > a good small piece of code out there that puts like a site with > register/login up and then u can click to a few further sites? > just so i could see how to glue together a real site. > > 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). > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
