Bug 178147

Summary: pirut crashed: global name 'pango' is not defined
Product: [Fedora] Fedora Reporter: Ricky Ng-Adam <rngadam>
Component: pirutAssignee: Jeremy Katz <katzj>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 5   
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: 2006-01-18 17:27:47 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 Ricky Ng-Adam 2006-01-18 01:32:36 UTC
Description of problem:

after or during depencies resolution

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

pirut-0.9.4-1

How reproducible:

always

Steps to Reproduce:
1. select package
2. try to install
3.
  
Actual results:

crash

Expected results:

no crash

Additional info:

Component: Software Manager
Summary: TBb4cd5369 __init__.py:410:depDetails:NameError: global name 'pango' is
not defined

Traceback (most recent call last):
  File "/usr/sbin/pirut", line 298, in _apply
    self.applyChanges(self.mainwin)
  File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 536, in
applyChanges
    self.depDetails(mainwin)
  File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 410, in depDetails
    tag.set_property('weight', pango.WEIGHT_BOLD)
NameError: global name 'pango' is not defined

Local variables in innermost frame:
mainwin: <gtk.Window object (GtkWindow) at 0xb74bdd9c>
self: <__main__.PackageManager object at 0xb79d780c>
b: <gtk.TextBuffer object (GtkTextBuffer) at 0xbcaffcc>
tag: <gtk.TextTag object (GtkTextTag) at 0xbcafeb4>
d: <pirut.DetailsDialog.PirutDetailsDialog instance at 0xb57ca02c>

Comment 1 Jeremy Katz 2006-01-18 17:27:47 UTC

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