apt-zeroconf is not compatible with Python < 2.6

Bug #393260 reported by Craig Maloney
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
apt-zeroconf
New
Undecided
Unassigned

Bug Description

apt-zeroconf is using decorators which are only available in Python 2.6 and later. Unfortunately, Intrepid ships with Python 2.5.2.

Revision history for this message
Samat Jain (tamasrepus) wrote :

Function decorators were introduced in Python 2.4, while Python 2.6 introduced class decorators[0].

 [0]: http://www.python.org/dev/peps/pep-0318/

I perused through apt-zeroconf 0.5.1's source: it only uses function decorators, so it should work on Python 2.4 and 2.5 without modification.

I did notice that the Debian packaging requires Python 2.6 (I believe this is needless, but haven't looked into it in-depth), so the packages available from the PPA/etc will not work. Have you tried recompiling the packages on Intrepid? What errors do you actually get?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.