Bug 344601 - ImportError: No module named parted
Summary: ImportError: No module named parted
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: fwfstab
Version: 6
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Stewart Adam
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-10-21 18:15 UTC by Mace Moneta
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version: 0.02-2.fc7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-10-24 07:04:45 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.