FS#35480 - [python2-jinja] " 'static_url' is undefined "

Attached to Project: Community Packages
Opened by Enrico Lovisotto (lobisquit) - Sunday, 26 May 2013, 09:52 GMT
Last edited by Evangelos Foutras (foutrelis) - Sunday, 30 June 2013, 04:26 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Evangelos Foutras (foutrelis)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
There is a problem in this package: it is reported here:
https://github.com/mitsuhiko/jinja2/issues/225

Solution:
The solution is the one of github issue: change " return loader.load(environment, local_name) " in file usr/lib/python2.7/site-packages/jinja2/loaders.py with " return loader.load(environment, local_name, globals) ".

It works perfectly now.
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Sunday, 30 June 2013, 04:26 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-jinja 2.7-2

Loading...