Bug 1089430
| Summary: | [abrt] taskcoach: application.py:153:initTwisted:ImportError: No module named twisted.internet | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Roel van de Kraats <rhbug> | ||||||
| Component: | taskcoach | Assignee: | Šimon Lukašík <slukasik> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 20 | CC: | msrb, slukasik, tradej | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/eeda331bcf99c1579960b67f2e3718c1b4755a4a | ||||||||
| Whiteboard: | abrt_hash:6ea8dbba7254aff9bbdc3545b6e5bde1aad86dd1 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-04-19 10:06:17 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: | |||||||||
| Attachments: |
|
||||||||
Created attachment 887661 [details]
File: backtrace
Created attachment 887662 [details]
File: environ
After manually installing the python-twisted package (and its dependencies) TaskCoach started normally. *** This bug has been marked as a duplicate of bug 1088136 *** |
Description of problem: Tried to start TaskCoach for the first time. Version-Release number of selected component: taskcoach-1.3.37-1.fc20 Additional info: reporter: libreport-2.2.1 cmdline: /usr/bin/python /usr/bin/taskcoach executable: /usr/bin/taskcoach kernel: 3.13.9-200.fc20.x86_64 runlevel: N 5 type: Python uid: 578 Truncated backtrace: application.py:153:initTwisted:ImportError: No module named twisted.internet Traceback (most recent call last): File "/usr/bin/taskcoach", line 72, in <module> start() File "/usr/bin/taskcoach", line 63, in start app = application.Application(options, args) File "/usr/lib/python2.7/site-packages/taskcoachlib/patterns/singleton.py", line 29, in __call__ class_.instance = super(Singleton, class_).__call__(*args, **kwargs) File "/usr/lib/python2.7/site-packages/taskcoachlib/application/application.py", line 111, in __init__ self.initTwisted() File "/usr/lib/python2.7/site-packages/taskcoachlib/application/application.py", line 153, in initTwisted from twisted.internet import wxreactor ImportError: No module named twisted.internet Local variables in innermost frame: self: <taskcoachlib.application.application.Application object at 0x2ff3450>