Bug 786675

Summary: [abrt] hotssh-0.2.7-3.fc15: vteterm.py:22:<module>:ImportError: No module named vte
Product: [Fedora] Fedora Reporter: Bruce Painter <brucepainter64>
Component: hotsshAssignee: Colin Walters <walters>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: bugreporter1, iamfromit, keenen25, walters
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:de36c246f46dfcac821244d7b30e084af692f367
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-26 15:10:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: backtrace none

Description Bruce Painter 2012-02-02 06:24:02 UTC
libreport version: 2.0.8
abrt_version:   2.0.7
cmdline:        /usr/bin/python /usr/bin/hotssh
comment:        just tried to launch the application after it was installed
executable:     /usr/bin/hotssh
kernel:         3.2.2-1.fc16.x86_64
reason:         vteterm.py:22:<module>:ImportError: No module named vte
time:           Wed 01 Feb 2012 10:17:17 PM PST
uid:            1000
username:       bpainter

backtrace:      Text file, 6847 bytes

Comment 1 Bruce Painter 2012-02-02 06:24:04 UTC
Created attachment 558978 [details]
File: backtrace

Comment 2 Jonathan Miller 2012-06-21 12:50:53 UTC
1. yum install hotssh
2. run hotssh
3. hotssh ABRTs with missing vte python module

vteterm.py:22:<module>:ImportError: No module named vte

Traceback (most recent call last):
  File "/usr/bin/hotssh", line 70, in <module>
    from hotssh.sshwindow import SshApp
  File "/usr/lib/python2.7/site-packages/hotssh/sshwindow.py", line 41, in <module>
    from hotssh.hotvte.vteterm import VteTerminalWidget
  File "/usr/lib/python2.7/site-packages/hotssh/hotvte/vteterm.py", line 22, in <module>
    import vte
ImportError: No module named vte


the /usr/lib/python2.7/site-packages/hotssh/hotvte/vteterm.py file seems to be included in the package

[jmiller@box42 ~]$ yum whatprovides "*/hotvte*"
Loaded plugins: langpacks, presto, refresh-packagekit
fedora/filelists_db                                      |  22 MB     00:11     
google-chrome/filelists                                  | 1.2 kB     00:00     
updates/filelists_db                                     | 5.4 MB     00:02     
hotssh-0.2.7-4.fc17.noarch : Secure Shell Client
Repo        : fedora
Matched from:
Filename    : /usr/lib/python2.7/site-packages/hotssh/hotvte/vteterm.pyc
Filename    : /usr/lib/python2.7/site-packages/hotssh/hotvte
Filename    : /usr/lib/python2.7/site-packages/hotssh/hotvte/vteterm.pyo
Filename    : /usr/lib/python2.7/site-packages/hotssh/hotvte/vteterm.py
Filename    : /usr/lib/python2.7/site-packages/hotssh/hotvte/vtewindow.pyo
Filename    : /usr/lib/python2.7/site-packages/hotssh/hotvte/vtewindow.py
Filename    : /usr/lib/python2.7/site-packages/hotssh/hotvte/__init__.pyc
Filename    : /usr/lib/python2.7/site-packages/hotssh/hotvte/__init__.py
Filename    : /usr/lib/python2.7/site-packages/hotssh/hotvte/vtewindow.pyc
Filename    : /usr/lib/python2.7/site-packages/hotssh/hotvte/__init__.pyo



hotwire-0.721-9.fc17.noarch : Hotwire Shell
Repo        : fedora
Matched from:
Filename    : /usr/lib/python2.7/site-packages/hotvte/__init__.py
Filename    : /usr/lib/python2.7/site-packages/hotvte
Filename    : /usr/lib/python2.7/site-packages/hotvte/vtewindow.py
Filename    : /usr/lib/python2.7/site-packages/hotvte/vtewindow.pyo
Filename    : /usr/lib/python2.7/site-packages/hotvte/__init__.pyc
Filename    : /usr/lib/python2.7/site-packages/hotvte/vteterm.pyc
Filename    : /usr/lib/python2.7/site-packages/hotvte/__init__.pyo
Filename    : /usr/lib/python2.7/site-packages/hotvte/vteterm.pyo
Filename    : /usr/lib/python2.7/site-packages/hotvte/vtewindow.pyc
Filename    : /usr/lib/python2.7/site-packages/hotvte/vteterm.py



hotssh-0.2.7-4.fc17.noarch : Secure Shell Client
Repo        : @fedora
Matched from:
Filename    : /usr/lib/python2.7/site-packages/hotssh/hotvte/vteterm.pyc
Filename    : /usr/lib/python2.7/site-packages/hotssh/hotvte/vteterm.pyo
Filename    : /usr/lib/python2.7/site-packages/hotssh/hotvte/vteterm.py
Filename    : /usr/lib/python2.7/site-packages/hotssh/hotvte/vtewindow.pyo
Filename    : /usr/lib/python2.7/site-packages/hotssh/hotvte/vtewindow.py
Filename    : /usr/lib/python2.7/site-packages/hotssh/hotvte/__init__.pyc
Filename    : /usr/lib/python2.7/site-packages/hotssh/hotvte/__init__.py
Filename    : /usr/lib/python2.7/site-packages/hotssh/hotvte/vtewindow.pyc
Filename    : /usr/lib/python2.7/site-packages/hotssh/hotvte/
Filename    : /usr/lib/python2.7/site-packages/hotssh/hotvte/__init__.pyo



and indeed vteterm.py includes VteTerminalWidget

[jmiller@box42 hotvte]$ grep VteTerminalWidget *
vteterm.py:class VteTerminalWidget(gtk.VBox):
vteterm.py:        super(VteTerminalWidget, self).__init__()
Binary file vteterm.pyc matches
Binary file vteterm.pyo matches
vtewindow.py:from hotssh.hotvte.vteterm import VteTerminalWidget
vtewindow.py:class TabbedVteWidget(VteTerminalWidget):
Binary file vtewindow.pyc matches
Binary file vtewindow.pyo matches
[jmiller@box42 hotvte]$ 


Package: hotssh-0.2.7-4.fc17
OS Release: Fedora release 17 (Beefy Miracle)

Comment 3 Jonathan Miller 2012-07-01 14:38:18 UTC
Installing actual vte.x86_64 0:0.28.2-3.fc17 resolves my issue. I had previously, mistakenly installed vte3.

Comment 4 ar.barziv 2012-08-17 23:35:31 UTC
Crash on opening :(

Fedora 16 x64.


Package: hotssh-0.2.7-3.fc15
OS Release: Fedora release 16 (Verne)

Comment 5 Bug Reporter 2012-10-12 20:59:02 UTC
crashed while starting.

Package: hotssh-0.2.7-4.fc17
OS Release: Fedora release 17 (Beefy Miracle)

Comment 6 Fedora End Of Life 2013-01-16 20:50:04 UTC
This message is a reminder that Fedora 16 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 16. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '16'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 16's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 16 is end of life. If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora, you are encouraged to click on 
"Clone This Bug" and open it against that version of Fedora.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 7 Fedora End Of Life 2013-02-26 15:10:11 UTC
Fedora 16 changed to end-of-life (EOL) status on 2013-02-12. Fedora 16 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.