Bug 37753

Summary: ksconfig doesn't handle non-us locales very well
Product: [Retired] Red Hat Linux Reporter: neill newman <jmail>
Component: ksconfigAssignee: Brent Fox <bfox>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1CC: edoutreleau
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
URL: none...
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-06-26 18:04: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 neill newman 2001-04-26 09:08:45 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.72 [en] (X11; U; Linux 2.4.2 i686)


ksconfig  does not start and produces this error
Traceback (innermost last):
 File "/usr/share/ksconfig/ksconfig.py", line 387, in ?
     timeCombo.list.select_item(select)
 NameError: select

this is with the "en" locale

Reproducible: Always
Steps to Reproduce:
1. run ksconfig
2. watch it crash ;)
3.
	

Actual Results:  Traceback (innermost last):
File "/usr/share/ksconfig/ksconfig.py", line 387, in ?
     timeCombo.list.select_item(select)
 NameError: select

Expected Results:  erm.. no idea, it has never started ;).. I think it
should have done anything other that what it did ;)..

SMP machine (shouldn't matter) kernel 2.4.3,

Comment 1 Brent Fox 2001-04-27 19:48:21 UTC
*** Bug 37474 has been marked as a duplicate of this bug. ***

Comment 2 Brent Fox 2001-05-29 14:21:39 UTC
Fixed in cvs.  A workaround is to comment out the line:
timeCombo.list.select_item(select)
in /usr/share/ksconfig/ksconfig.py.

Comment 3 Need Real Name 2001-06-22 15:30:48 UTC
*** Bug 45187 has been marked as a duplicate of this bug. ***

Comment 4 Brent Fox 2001-06-26 18:04:49 UTC
This has been fixed in CVS.