Bug 37931
| Summary: | rhn_register uses snack functions that dont exist in 6.2 | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Adrian Likins <alikins> |
| Component: | rhn_register | Assignee: | Preston Brown <pbrown> |
| Status: | CLOSED DUPLICATE | QA Contact: | Jay Turner <jturner> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.2 | CC: | srevivo |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-04-26 21:58:07 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: | |||
in the 1.3.2 version of rhn_register, tui.py makes use of a construct like: >>> foo = snack.Checkbox("boooo") >>> foo.setValue("*") around lines 420-440 or so... snack.Checkbox.setValue however, doesnt exist in the snack thats included with 6.2. so it throws a tracbeack like: [root@www /root]# rhn_register Traceback (innermost last): File "/usr/sbin/rhn_register", line 119, in ? main() File "/usr/sbin/rhn_register", line 100, in main tui.main() File "/usr/share/rhn/register/tui.py", line 1033, in main tui.run() File "/usr/share/rhn/register/tui.py", line 982, in run win = self.windows[index](self.screen, self) File "/usr/share/rhn/register/tui.py", line 422, in __init__ self.emailContactButton.setValue("*") AttributeError: setValue