Bug 1279154
Summary: | [torbrowser-launcher] fails to start up because of missing python modules | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Joachim Frieben <jfrieben> |
Component: | torbrowser-launcher | Assignee: | Robert Mayr <robyduck> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 23 | CC: | pj.pandit, robyduck |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | noarch | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | torbrowser-launcher-0.2.2-1.fc23 torbrowser-launcher-0.2.2-1.fc22 torbrowser-launcher-0.2.2-1.fc21 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-11-23 20:54:31 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Joachim Frieben
2015-11-08 08:02:13 UTC
Hi Joachim, I'll check this further, because I never encountered this issue. Ok I have both packages installed but torbrowser-launcher doesn't require these upstream. Thank you for reporting this issue, it would not be a problem to update the package requiring them indeed. An update to version 0.2.1 is already on the way [1], I'd be happy if you check it out in the meanwhile. Thank you. [1] https://bodhi.fedoraproject.org/updates/FEDORA-2015-47ce693765 Backtrace after installing torbrowser-launcher-0.2.1-1.fc23 and launching torbrowser-launcher from the command line: .... Traceback (most recent call last): File "/usr/bin/torbrowser-launcher", line 29, in <module> import torbrowser_launcher File "/usr/lib/python2.7/site-packages/torbrowser_launcher/__init__.py", line 31, in <module> from common import Common, SHARE File "/usr/lib/python2.7/site-packages/torbrowser_launcher/common.py", line 31, in <module> import pygtk ImportError: No module named pygtk .... Backtrace after installing pygtk2-2.24.0-12.fc23 and launching torbrowser-launcher from the command line: .... Traceback (most recent call last): File "/usr/bin/torbrowser-launcher", line 29, in <module> import torbrowser_launcher File "/usr/lib/python2.7/site-packages/torbrowser_launcher/__init__.py", line 33, in <module> from launcher import Launcher File "/usr/lib/python2.7/site-packages/torbrowser_launcher/launcher.py", line 29, in <module> import os, subprocess, time, json, tarfile, hashlib, lzma, threading, re ImportError: No module named lzma .... Eventually, torbrowser_launcher starts up as expected after also installing pyliblzma-0.5.3-14.fc23. torbrowser-launcher-0.2.2-1.fc21 has been submitted as an update to Fedora 21. https://bodhi.fedoraproject.org/updates/FEDORA-2015-b1446d3a9f torbrowser-launcher-0.2.2-1.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-7fcae013d4 torbrowser-launcher-0.2.2-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-d719cd6bfa torbrowser-launcher-0.2.2-1.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update torbrowser-launcher' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-7fcae013d4 torbrowser-launcher-0.2.2-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update torbrowser-launcher' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-d719cd6bfa torbrowser-launcher-0.2.2-1.fc21 has been pushed to the Fedora 21 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update torbrowser-launcher' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-b1446d3a9f torbrowser-launcher-0.2.2-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. torbrowser-launcher-0.2.2-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. torbrowser-launcher-0.2.2-1.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |