Il giorno gio 23 lug 2015 alle 20:17, Roberto De Ioris <[email protected]> ha scritto:
Which specific error you get ?

Are you sure the chdir path is consistent with the template paths you are
using ?

The error is:

File "/home/fede/.virtualenvs/allura/local/lib/python2.7/site-packages/jinja2/loaders.py", line 180, in get_source
   raise TemplateNotFound(template)
jinja2.exceptions.TemplateNotFound: ./allura/templates/neighborhood_list.html

./allura/templates/neighborhood_list.html is relative to the chdir defined in the .ini file:

chdir = /home/fede/www/allura-git/Allura

The file is there. Why jinja cannot find it? Perhaps because Allura is not installed in the virtualenv? Unfortunately I cannot install it via pip, as the package on PyPI seems not maintained at all:
https://pypi.python.org/pypi/Allura/

I don't know how the .ini file executes Allura. Maybe this line:
https://forge-allura.apache.org/p/allura/git/ci/master/tree/Allura/development.ini#l72

[app:main]
use = egg:Allura
full_stack = true




_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to