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>
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 ***