Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 522694

Summary: net-p2p/tribler-6.3.3 should depend on dev-python/twisted-core - ImportError: No module named twisted.internet
Product: Gentoo Linux Reporter: Opportunist <axiator>
Component: Current packagesAssignee: Anthony Basile <blueness>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.