Yea, I figured out my problem shortly after re-reading the documentation. It appears that the skeleton code on webpy.org is for . 02 not .03 which was causing the errors I was getting. Thanks a lot for your help.
I think that in terms of documentation it would be cool if there was a revised (updated) skeleton example for .03 to be clear on the website. Also, would be neat if web.py had some sort of startproject type of command like django. Something like: python web.py startproject Which auto-generated a directory tree with some basic, skeleton files for building a 'best-practices' style website using web.py Just my 2 cents! Thanks again! -Randall On Nov 26, 8:10 pm, ashok raavi <[email protected]> wrote: > On Fri, Nov 27, 2009 at 4:41 AM, b14ck <[email protected]> wrote: > > 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/skeletonwhich > > 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 :) > > looks like the skeleton example is for web.py version: 0.2 > > are you sure that you are using web.py: 0.2 ?? > > If you can provide the error message that will be helpful. > > > -- > > > 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] <webpy%[email protected]>. > > For more options, visit this group at > >http://groups.google.com/group/webpy?hl=en. > > -- > ashok raavi -- 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.
