Bug 427571 - system-switch-mail doesn't specifiy Redhat python
Summary: system-switch-mail doesn't specifiy Redhat python
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: system-switch-mail
Version: 5.1
Hardware: All
OS: Linux
low
low
Target Milestone: rc
: ---
Assignee: Than Ngo
QA Contact: desktop-bugs@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-01-04 19:58 UTC by Marc Bejarano
Modified: 2008-03-07 17:39 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-03-07 17:39:35 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Marc Bejarano 2008-01-04 19:58:22 UTC
[beej@www ~]$ head -1 /usr/sbin/system-switch-mail
#! /usr/bin/env python
[beej@www ~]$ which python
/usr/local/bin/python
[beej@www ~]$ sudo /usr/sbin/system-switch-mail
Password:
Traceback (most recent call last):
  File "/usr/sbin/system-switch-mail", line 89, in <module>
    main()
  File "/usr/sbin/system-switch-mail", line 76, in main
    from switchmail_tui import mainDialog
  File "/usr/share/system-switch-mail/switchmail_tui.py", line 36, in <module>
    from snack import *
ImportError: No module named snack


manually using /usr/bin/python works as designed

Comment 2 Than Ngo 2008-03-07 17:38:18 UTC
it's fixed in 0.5.26-1. it's available in rawhide.


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