On Mar 4, 6:02 am, pgiraud <pierre.gir...@gmail.com> wrote: > Hi all, > > I just created a new project using the pyramid_sqla template (which > includes mako template engine). > Then followed the "run under mod_wsgi" instructions [1], but I get the > following error: > TopLevelLookupException: Cant locate template for uri 'index.html' > > Does anybody have an idea about what's wrong ?
What does your wsgi config look like? have you set the path, like the following python-path? WSGIDaemonProcess www threads=1 processes=4 display-name=wsgi maximum- requests=10000 python-path=/usr/local/buildout/build/lib/python2.7/ site-packages/ -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googlegroups.com. To unsubscribe from this group, send email to pylons-devel+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en.