ImportError: No module named paramiko error on startup

Bug #306350 reported by Zivago Lee
10
Affects Status Importance Assigned to Milestone
Remote HellaNZB GUI
Fix Released
Medium
Clément Lorteau

Bug Description

Getting this error when starting it up:

$ remote-hellanzb-gui
Traceback (most recent call last):
  File "/usr/bin/remote-hellanzb-gui", line 4, in <module>
    from remotehellanzbgui import remotehellanzbgui
  File "/var/lib/python-support/python2.5/remotehellanzbgui/remotehellanzbgui.py", line 25, in <module>
    from ssh import SSH, SSHUnknownHostKeyException, SSHWrongHostKeyException
  File "/var/lib/python-support/python2.5/remotehellanzbgui/ssh.py", line 19, in <module>
    import paramiko
ImportError: No module named paramiko

Am I missing some package? This is on Ubuntu Intepid.

Revision history for this message
Clément Lorteau (northern-lights) wrote :

You need to install the python-paramiko package. I'll add it the .deb package dependencies.

Thank you both for the bug report.

Changed in remote-hellanzb-gui:
assignee: nobody → northern-lights
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
Zivago Lee (zivagolee) wrote :

That works.. thanks!

Changed in remote-hellanzb-gui:
status: Confirmed → Fix Committed
Changed in remote-hellanzb-gui:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.