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 "<stdin>", line 1, in <module>
  File "/usr/lib/python2.5/site-packages/Pyrex/Distutils/__init__.py", line 19, 
in <module>
    from build_ext import build_ext
  File "/usr/lib/python2.5/site-packages/Pyrex/Distutils/build_ext.py", line 
11, in <module>
    from Pyrex.Compiler.Main import CompilationOptions, default_options, compile
  File "/usr/lib/python2.5/site-packages/Pyrex/Compiler/Main.py", line 325, in 
<module>
    from Pyrex.PC.LinuxSystem import c_compile, c_link, CCompilerError
ImportError: No module named PC.LinuxSystem

This error seems to be introduced by the ubuntu diff, the original Pyrex
tarball works fine here.

In case you decide to stick with Pyrex 0.9.4, I've attached a patch that
solves the exception problem for me, but some more testing might be a
good idea.

** Attachment added: "backported __Pyx_Raise() from Pyrex 0.9.5.1"
   http://librarian.launchpad.net/7127360/pyrex-exceptions.patch

-- 
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 contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to