For running the IPython Notebook on a suse Linux server, I needed to install the jinja2
library:
pip-3.2 install jinja2
Installation printed a syntax error but also said "installation successful".
On import, I get the following error:
In [1]: import jinja2
File "/usr/local/lib/python3.2/site-packages/jinja2/environment.py", line 639
u'\xff\xff\xff\xff'.encode('iso-8859-15')
^
SyntaxError: invalid syntax
Bug in the jinja2 package? Any way for me to fix this?