Bug 402091

Summary: missing dependency
Product: [Fedora] Fedora Reporter: Jim Lawrence <jimlawrnc>
Component: fwbackupsAssignee: Stewart Adam <s.adam>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 8CC: dennis.schaefers
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-11-28 03:24:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jim Lawrence 2007-11-28 02:40:34 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. download from http://www.diffingo.com/content/view/12/47/lang,en/
2. install 
3. run 
 
# fwbackups
Traceback (most recent call last):
  File "/usr/share/fwbackups/fwbackups-runapp.py", line 29, in <module>
    from fwbackups import callbacks
  File "/usr/lib/python2.5/site-packages/fwbackups/callbacks.py", line 29, in
<module>
    import paramiko
ImportError: No module named paramiko
#  yum search paramiko
python-paramiko.noarch : A SSH2 protocol library for python

After the above package added application runs in FC8

Comment 1 Stewart Adam 2007-11-28 03:24:41 UTC
Thanks Jim for the bug report, I've added it as a requirement (both to the
project page and to the spec in devel/, I'll be updating devel to the beta soon).

Comment 2 Dennis Schäfers 2008-06-19 17:23:34 UTC
1 install "fwbackups-1.43.2-0.2.rc2.fc (noarch)" from Fedora 9 - Updates
2 run in terminal

Traceback (most recent call last):
  File "/usr/share/fwbackups/fwbackups-runapp.pyw", line 59, in <module>
    from fwbackups import backend
  File "/usr/lib/python2.5/site-packages/fwbackups/backend.py", line 26, in <module>
    import paramiko
ImportError: No module named paramiko


Comment 3 Stewart Adam 2008-06-19 20:33:14 UTC

*** This bug has been marked as a duplicate of 452049 ***