Backports are for new features, not bug fixing. If the package is broken
in Feisty, then it should be evaluated for an SRU before a backport is
considered.
--
Pyrex in Feisty is broken for Python 2.5
https://bugs.launchpad.net/bugs/102074
You received this bug notification because you are a me
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, I am closing it because the bug has been fixed
in the latest development version of Ubuntu - the Hardy Heron.
If you need a fix for the bug in previous versions of Ubuntu, please
follow the instructions fo
Dominic Sacré schrieb:
> Hi Matthias,
>
> your Pyrex 0.9.5 test package doesn't work for me, as the distutils
> build_ext module can't be imported:
was already fixed, updated now at the given URL.
> In case you decide to stick with Pyrex 0.9.4, I've attached a patch that
> solves the exception p
Hi Matthias,
your Pyrex 0.9.5 test package doesn't work for me, as the distutils
build_ext module can't be imported:
>>> from Pyrex.Distutils import build_ext
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python2.5/site-packages/Pyrex/Distutils/__init__.py", line 19,
Dominic, if you want to help, all packages build-depending and depending
on python-pyrex need to be checked and fixed.
--
Pyrex in Feisty is broken for Python 2.5
https://bugs.launchpad.net/bugs/102074
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug co
a quick upgrade breaks at least the build of pyspi; didn't check the
packages with python-pyrex as a build dependency in universe. You can
find test packages at
http://people.ubuntu.com/~doko/tmp/
an alternative might be to backport the exception class stuff from 0.9.5
to 0.9.4.
** Changed i