Bug 73606

Summary: Error using gettext in /usr/share/printconf/util/printconf_backend.py
Product: [Retired] Red Hat Public Beta Reporter: berto <aguilr>
Component: printconfAssignee: Tim Waugh <twaugh>
Status: CLOSED DUPLICATE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: null   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-09-06 16:46:53 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 berto 2002-09-06 16:46:47 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826

Description of problem:
the file printconf_backend.py would die with an error ( see below ).  After
adding the line:

import gettext

on line 26, everything worked fine.

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


How reproducible:
Always

Steps to Reproduce:
1. run /etc/rc.d/init.d/lpd restart
2. see the error
	

Actual Results:  lpd dies not being able to setup any printers.

Expected Results:  lpd to gracefully start.

Additional info:

# /etc/rc.d/init.d/lpd restart
Stopping lpd:                                              [  OK  ]
Starting lpd: Traceback (most recent call last):
  File "/usr/sbin/printconf-backend", line 7, in ?
    import printconf_backend
  File "/usr/share/printconf/util/printconf_backend.py", line 32, in ?
    _=gettext.gettext
NameError: name 'gettext' is not defined
No Printers Defined                                        [  OK  ]

Comment 1 Tim Waugh 2002-09-06 16:51:12 UTC
This has been fixed since redhat-config-printer-0.4.22-1B7 

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