Package: python-pyasn1
Version: 0.0.11a-1

During installation of the python-pyasn1 package it should byte compile the module in 
postinst or via debhelper. (e.g. add "update-python-modules 
python-pyasn1.public" to postinst install|upgrade) Because it doesn't this causes 
any packages that depending on it which try to use python-pyasn1 to cause a traceback 
such as starting a service built using something like twisted conch:

from twisted.conch.ssh import keys
File "/usr/lib/python2.6/dist-packages/twisted/conch/ssh/keys.py", line 20, 
in<module>
  from pyasn1.type import univ
ImportError: No module named type

This of course goes away if you install that service again due to the catch all 
python support triggers in apt itself. But it is an easy fix so I thought it 
worth reporting.

Mike Palmer
Orvant LLC
http://www.orvant.com





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to