[Python-modules-team] Bug#643915: needs venusian >= 1.0a1
Ansgar Burchardt
ansgar at debian.org
Fri Sep 30 19:15:29 UTC 2011
Package: python-pyramid
Version: 1.2+dfsg-1
Severity: important
Hi,
pyramid 1.2 needs a newer version of python-venusian (at least 1.0a1
according to setup.py) that supports `onerror'. Otherwise pyramid
applications making use of `config.scan()' just fail:
-----
mod_wsgi (pid=22157): Exception occurred processing WSGI script '/srv/pet.debian.net/pet.wsgi'.
Traceback (most recent call last):
File "/srv/pet.debian.net/pet.wsgi", line 18, in <module>
application = pet.web.main()
File "/srv/pet.debian.net/pet/web/__init__.py", line 38, in main
config.scan()
File "/usr/lib/python2.6/dist-packages/pyramid/config/__init__.py", line 786, in scan
TypeError: scan() got an unexpected keyword argument 'onerror'
-----
(This was with a backported version of python-pyramid, but the same
should happen in testing/unstable.)
Regards,
Ansgar
More information about the Python-modules-team
mailing list