On Fri, Sep 24, 2010 at 11:08 AM, Karen McNeil <[email protected]>wrote:
> I just got TurboGears installed and am trying to do my "hello world" > application, but I've run into a problem. I did the quickstart > application (following the instructions in the Ramm book), and it > looked like it was working, since I was able to open my browser and > see the Welcome page that says my application is running. > > I'm stuck on the next step, though. The book says to browse to the > "hello" folder, then to the templates folder within, and find the file > called welcome.kid. There are no .kid files anywhere in the folder > (or in any of the other folders inside hello.) The files I have are: > * __init__.py > * __init__.pyc > * master.html > * wecome.html > > What should I do? > > Thanks, > Karen > > PS -- I'm on a Mac, OS X, and using Python 2.6.5, in case that matters. > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<turbogears%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/turbogears?hl=en. > > Hello, Turbogears can have different templating engines and kid is a very old one. I think your installation is using genshi templates (hence the .html), which is very much like kid but with extra more advanced features. Get some info on genshi here: http://genshi.edgewall.org/wiki/Documentation/xml-templates.html -- Vince Spicer -- Sent from Ubuntu -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

