Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 118451 - Traceback while trying to delete a partition.
Summary: Traceback while trying to delete a partition.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks: FC2Blocker
TreeView+ depends on / blocked
 
Reported: 2004-03-16 20:13 UTC by Ben Levenson
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version: 1.6.6-2
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-08-15 16:03:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
anacdump.txt (deleted)
2004-03-16 20:14 UTC, Ben Levenson
no flags Details

Description Ben Levenson 2004-03-16 20:13:48 UTC
Description of problem:
Traceback (most recent call last):
  File "/usr/lib/anaconda/iw/partition_gui.py", line 954, in deleteCb
    if doDeletePartitionByRequest(self.intf, self.partitions,
curselection):
  File "/usr/lib/anaconda/partIntfHelpers.py", line 153, in
doDeletePartitionByRequest
    elif partition.type & parted.PARTITION_PROTECTED:
AttributeError: 'module' object has no attribute 'PARTITION_PROTECTED'

Local variables in innermost frame:
intf: <gui.InstallInterface instance at 0xb7ba1dec>
partition: <PedPartition object at 0xb80239e0>
requestlist: <partitions.Partitions instance at 0xb7db4d0c>
quiet: 0
confirm: 1


Version-Release number of selected component (if applicable):
 tree: rawhide-20040316/i386
 media: boot.iso
 type: NFS - GUI

Comment 1 Ben Levenson 2004-03-16 20:14:29 UTC
Created attachment 98581 [details]
anacdump.txt

full anaconda dump

Comment 2 Jeremy Katz 2004-03-16 21:32:48 UTC
Fixed with pyparted-1.6.6-2


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