Bug 1089430 - [abrt] taskcoach: application.py:153:initTwisted:ImportError: No module named twisted.internet
Summary: [abrt] taskcoach: application.py:153:initTwisted:ImportError: No module named...
Keywords:
Status: CLOSED DUPLICATE of bug 1088136
Alias: None
Product: Fedora
Classification: Fedora
Component: taskcoach
Version: 20
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Šimon Lukašík
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:6ea8dbba7254aff9bbdc3545b6e...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-04-19 00:11 UTC by Roel van de Kraats
Modified: 2014-04-19 10:06 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-04-19 10:06:17 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (882 bytes, text/plain)
2014-04-19 00:11 UTC, Roel van de Kraats
no flags Details
File: environ (1.88 KB, text/plain)
2014-04-19 00:11 UTC, Roel van de Kraats
no flags Details

Description Roel van de Kraats 2014-04-19 00:11:07 UTC
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>

Comment 1 Roel van de Kraats 2014-04-19 00:11:12 UTC
Created attachment 887661 [details]
File: backtrace

Comment 2 Roel van de Kraats 2014-04-19 00:11:14 UTC
Created attachment 887662 [details]
File: environ

Comment 3 Roel van de Kraats 2014-04-19 00:18:36 UTC
After manually installing the python-twisted package (and its dependencies) TaskCoach started normally.

Comment 4 Šimon Lukašík 2014-04-19 10:06:17 UTC

*** This bug has been marked as a duplicate of bug 1088136 ***


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