> After upgrading my system I get: > > Verarbeite Trigger für python-support ... > Compiling /usr/lib/pymodules/python2.4/lazygal/tpl.py ... > File "/usr/lib/pymodules/python2.4/lazygal/tpl.py", line 69 > finally: > ^ > SyntaxError: invalid syntax
>From http://docs.python.org/reference/compound_stmts.html#finally : "Changed in version 2.5: In previous versions of Python, try...except...finally did not work. try...except had to be nested in try...finally." Do you really need to run lazygal using python 2.4? Alex -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org