Package: python-mako
Version: 0.2.2-1

Trying to install python-mako on a system with python2.3 installed
fails because python-mako claims to support all python versions, while
it infact seems to requre at least 2.4. Setup results in this error
when byte compiling for python2.3

Setting up python-mako (0.2.2-1) ...
INFO: using old version '/usr/bin/python2.3'
Compiling /usr/lib/python2.3/site-packages/mako/_ast_util.py ...
  File "/usr/lib/python2.3/site-packages/mako/_ast_util.py", line 111
    for a, b in iter_fields(node)))
      ^
SyntaxError: invalid syntax

The line uses a generator expression, and those were added in
python2.4.

/Anders




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to