Public bug reported:

$ python
Python 2.5 (release25-maint, Jan 15 2007, 19:40:39) 
[GCC 4.1.2 20070106 (prerelease) (Ubuntu 4.1.1-21ubuntu7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import paramiko
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/var/lib/python-support/python2.5/paramiko/__init__.py", line 69, in 
<module>
    from transport import randpool, SecurityOptions, Transport
  File "/var/lib/python-support/python2.5/paramiko/transport.py", line 32, in 
<module>
    from paramiko import util
  File "/var/lib/python-support/python2.5/paramiko/util.py", line 31, in 
<module>
    from paramiko.common import *
  File "/var/lib/python-support/python2.5/paramiko/common.py", line 99, in 
<module>
    from Crypto.Util.randpool import PersistentRandomPool, RandomPool
ImportError: No module named Crypto.Util.randpool

This breaks bzr push. The latest Debian version has the same problem, so
the sync request will not fix it.

** Affects: paramiko (Ubuntu)
     Importance: High
         Status: Unconfirmed

** Changed in: paramiko (Ubuntu)
   Importance: Undecided => High

-- 
ImportError: No module named Crypto.Util.randpool
https://launchpad.net/bugs/79519

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to