Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 522694 - net-p2p/tribler-6.3.3 should depend on dev-python/twisted-core - ImportError: No module named twisted.internet
Summary: net-p2p/tribler-6.3.3 should depend on dev-python/twisted-core - ImportError:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-13 07:47 UTC by Opportunist
Modified: 2014-09-13 13:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Opportunist 2014-09-13 07:47:32 UTC
Without dev-python/twisted-web tribler doesn`t start.

Log:

Traceback (most recent call last):
  File "Tribler/Main/tribler.py", line 14, in <module>
    from Tribler.Core.Utilities.twisted_thread import reactor, stop_reactor
  File "/usr/share/tribler/Tribler/Core/Utilities/twisted_thread.py", line 4, in <module>
    from twisted.internet import reactor
ImportError: No module named twisted.internet


Reproducible: Always

Steps to Reproduce:
1. Install tribler without twisted-web
2. Try to start tribler
Actual Results:  
Tribler doesn`t start

Expected Results:  
Tribler should start
Comment 1 Anthony Basile gentoo-dev 2014-09-13 13:11:24 UTC
Thanks.  This is fixed in the tree without a rev bump.  Please test and reopen this bug if this is still an issue.