Hi all,
What does this mean? It doesn't make sense doesn't it? Line 25 isn't
referring to the PIL...
Thanks

TemplateSyntaxError at /bookstore/
Caught an exception while rendering: decoder zip not available
Request Method: GET
Request URL:    http://localhost:8000/bookstore/
Exception Type: TemplateSyntaxError
Exception Value:
Caught an exception while rendering: decoder zip not available
Exception Location:     /home/mark/pinax/lib/python2.6/site-packages/
django/template/debug.py in render_node, line 81
Python Executable:      /home/mark/pinax/bin/python
Python Version: 2.6.4
Python Path:    ['/home/mark/pinax/mysite/apps', '/home/mark/pinax/lib/
python2.6/site-packages/pinax/apps', '/home/mark/pinax/mysite', '/home/
mark/pinax/lib/python2.6/site-packages/setuptools-0.6c9-py2.6.egg', '/
home/mark/pinax/lib/python2.6/site-packages/pip-0.4.1devdev-
py2.6.egg', '/home/mark/pinax/lib/python2.6/site-packages/
python_gettext-1.0-py2.6.egg', '/home/mark/pinax/lib/python2.6', '/
home/mark/pinax/lib/python2.6/plat-linux2', '/home/mark/pinax/lib/
python2.6/lib-tk', '/home/mark/pinax/lib/python2.6/lib-old', '/home/
mark/pinax/lib/python2.6/lib-dynload', '/usr/lib/python2.6', '/usr/lib/
python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/home/mark/pinax/
lib/python2.6/site-packages', '/usr/local/lib/python2.6/dist-packages/
django_registration-0.8_alpha_1-py2.6.egg', '/usr/local/lib/python2.6/
dist-packages/django_friends-0.1.5-py2.6.egg', '/usr/local/lib/
python2.6/dist-packages/django_notification-0.1.4-py2.6.egg', '/usr/
local/lib/python2.6/dist-packages/django_photologue-2.2-py2.6.egg', '/
usr/local/lib/python2.6/dist-packages/PIL-1.1.6-py2.6-linux-i686.egg',
'/usr/local/lib/python2.6/site-packages', '/usr/local/lib/python2.6/
dist-packages', '/usr/local/lib/python2.6/dist-packages/PIL', '/usr/
lib/python2.6/dist-packages', '/usr/lib/python2.6/dist-packages/PIL',
'/usr/lib/python2.6/dist-packages/gst-0.10', '/usr/lib/pymodules/
python2.6', '/usr/lib/python2.6/dist-packages/gtk-2.0', '/usr/lib/
pymodules/python2.6/gtk-2.0', '/usr/lib/python2.6/dist-packages/wx-2.8-
gtk2-unicode']
Server time:    Sun, 6 Dec 2009 20:39:32 -0500
Template error

In template /home/mark/pinax/mysite/templates/bookstore/books.html,
error at line 25
Caught an exception while rendering: decoder zip not available
15              {% endifequal %}
16              {% ifequal list 'yours' %}
17                  {% trans "Your Books" %}
18              {% endifequal %}
19          </h1>
20
21          <!-- alternate -->
22          {% if books %}
23
24              <table class="bookstore">
25                  {% for book in books %}
26                      <tr class="{% cycle odd,even %}">
27                          <!-- meta -->

******************************************************************

--------------------------------------------------------------------
PIL 1.1.6 BUILD SUMMARY
--------------------------------------------------------------------
version       1.1.6
platform      linux2 2.6.4 (r264:75706, Nov  2 2009, 14:38:03)
              [GCC 4.4.1]
--------------------------------------------------------------------
*** TKINTER support not available (Tcl/Tk 8.5 libraries needed)
--- JPEG support ok
--- ZLIB (PNG/ZIP) support ok
*** FREETYPE2 support not available
--------------------------------------------------------------------

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to