Hi there, I just started using web.py for playing around. I saw on the official site that there is a skeleton page: http://webpy.org/skeleton which has a basic skeleton site.
This is probably a noob question, but how can I run the skeleton? I've made some basic changes, but I'm at a loss to how I should run the entire site (in testing non-production mode). After going through the tutorial, and building the single file site, I ran it doing: python sitename.py which works great. Is there a way to do that with the skeleton setup? It seems that the recommended skeleton setup uses code.py as the base for the site. But if I run python code.py I just get an error. Any ideas? Thanks :) -- 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.
