[Python-modules-team] Bug#697721: python-django-registration: FTBFS with python3-sphinx: AttributeError: 'str' object has no attribute '__dict__'

2013-01-08 Thread Jakub Wilk
Source: python-django-registration Version: 0.8-1 Severity: serious Justification: fails to build from source If python3-sphinx is installed, but python-sphinx is not, python-django-registration FTBFS: | cd docs && /usr/bin/make html | make[2]: Entering directory `/build/python-django-registra

[Python-modules-team] Bug#697704: %%cython magic -- mismatch between suffixes of the generated and expected .so due to multiarch

2013-01-08 Thread Julian Taylor
I can't reproduce it, python should not be multiarched in unstable are you using experimental? can you try this patch I made for multiarched py3.3? Description: fix cython module so extension for python3.3 imp.get_suffixes() returns all kind of junk, the first is not correct anymore diff --git a/

[Python-modules-team] Bug#697704: Acknowledgement (%%cython magic -- mismatch between suffixes of the generated and expected .so due to multiarch)

2013-01-08 Thread Yaroslav Halchenko
A related wontfix bug report in Python itself for a generic resolution: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682795 and in Cython internally this was already handled for inline compilation (now that I am starting to recollect this issue): http://mail.python.org/pipermail/cython-devel/2

[Python-modules-team] Bug#697704: %%cython magic -- mismatch between suffixes of the generated and expected .so due to multiarch

2013-01-08 Thread Yaroslav Halchenko
Package: ipython Version: 0.13.1-2 Severity: normal Trying an exemplar %%cython snippet from http://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/3607712653c66d63e0d7f13f073bde8c0f209ba8/docs/examples/notebooks/cython_extension.ipynb even with minimalistic example %%cython cimport cyth