Comment 2 for bug 341441

Revision history for this message
KlausHoller (kholler) wrote :

I just encountered this problem today with a fresh installation of jaunty alpha-5:
Wanted to install freevo, but one of its dependencies, python-freevo had a post-installation error.
In the "show details" window (see attachment) it first tells that the keyword "as" will be a reserved keyword in python 2.6 (during python 2.5 compilation), afterwards an error occurs when python 2.6 tries to compile /usr/lib/python2.5/site-packages/freevo/util/audioscrobbler.py. Therefore the post-installation script returns an error and freevo installation fails.
Replacing the three occurrences of "as" in the mentioned audioscrobbler.py script with something different, e.g. "ascr" helped.

Regards, Klaus