Bug 344601

Summary: ImportError: No module named parted
Product: [Fedora] Fedora Reporter: Mace Moneta <moneta.mace>
Component: fwfstabAssignee: Stewart Adam <s.adam>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.02-2.fc7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-24 07:04:45 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 Mace Moneta 2007-10-21 18:15:46 UTC
Description of problem:

Installed fwfstab-0.02-1.fc6.1 via yum.  Attempted to run it, received:

$ fwfstab
Traceback (most recent call last):
  File "/usr/share/fwfstab/fwfstab-runapp.py", line 23, in ?
    import callbacks
  File "/usr/share/fwfstab/callbacks.py", line 25, in ?
    import fwfstab, const
  File "/usr/lib/python2.4/site-packages/fwfstab/__init__.py", line 27, in ?
    import parted
ImportError: No module named parted


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

fwfstab-0.02-1.fc6.1

How reproducible:

I repeated the installation on another system, same results.  It looks like 100%
reproducible.

Steps to Reproduce:
1.yum install fwfstab
2.fwfstab
3.Boom
  
Actual results:

Traceback (most recent call last):
  File "/usr/share/fwfstab/fwfstab-runapp.py", line 23, in ?
    import callbacks
  File "/usr/share/fwfstab/callbacks.py", line 25, in ?
    import fwfstab, const
  File "/usr/lib/python2.4/site-packages/fwfstab/__init__.py", line 27, in ?
    import parted
ImportError: No module named parted


Expected results:

A pretty fstab editor

Additional info: 

Is the package missing a requisite?  The parted package is installed:

$ rpm -qa | grep parted
gparted-0.3.3-3.fc6
parted-1.8.2-2.fc6

Comment 1 Stewart Adam 2007-10-21 18:48:12 UTC
If you install pyparted, does it solve this issue?

Comment 2 Mace Moneta 2007-10-21 18:57:00 UTC
Yes, installing pyparted resolves the problem.

Comment 3 Fedora Update System 2007-10-24 07:04:44 UTC
fwfstab-0.02-2.fc7 has been pushed to the Fedora 7 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 4 Mace Moneta 2007-10-24 08:05:10 UTC
Apparently, it's also been pushed to FC6 extras, where this problem was
reported.  The problem is resolved.


Comment 5 Fedora Update System 2007-11-06 16:11:50 UTC
fwfstab-0.02-2.fc8 has been pushed to the Fedora 8 stable repository.  If problems still persist, please make note of it in this bug report.