That error you got from latest 3.0 is related to template.py. You can just remove line 35 and 875 from template.py.
On Oct 24, 4:44 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I noted that you used "app.cgirun" in your main function, while I was > using "app.run" instead. > I edited this line, and now I got this: > > AttributeError: 'module' object has no attribute 'safestr' > > INFO 2008-10-24 21:39:12,971 dev_appserver.py] "GET / HTTP/1.1" > 500 - > INFO 2008-10-24 21:39:13,049 dev_appserver_index.py] Updating C: > \Program Fil > es\Google\google_appengine\luis2\index.yaml > > But I am not using the latest 0.3. I'm using an old one because the > latest ones didn't work with appengine (I used to get errors related > to a parser...). > Do you think that changing to the last version and removing all the > lines you indicated above will solve the problem? > > Luis --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
