Hello Nicolas, On Wed, Jul 14, 2010 at 17:15, Nicolas Patrois <[email protected]> wrote: > Package: pyro > Version: 4.1-1 > Severity: important > > > I have this message when I run aptitude: > > -- BEGINNING -- > Compiling /usr/lib/pymodules/python2.4/Pyro/core.py ... > File "/usr/lib/pymodules/python2.4/Pyro/core.py", line 195 > with self.__pyroLock: > ^ > SyntaxError: invalid syntax
this because you still have python2.4 installed on your system: we have phased it out, and now we are supporting only Python 2.5 and 2.6. try removing python2.4 and python2.4-minimal (and every other pkgs starting with python2.4) and --reinstall pyro. > -- System Information: > Debian Release: squeeze/sid > APT prefers testing > APT policy: (500, 'testing') > Architecture: i386 (i686) > ... > > Versions of packages pyro depends on: > ii python 2.5.4-9 An interactive high-level > object-o please also update your system: python 2.6 is default in testing, while you still have 2.5 installed. Regards, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi _______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

