Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 301760 - deluge-1.2.0_rc1 at runtime No module named twisted.internet
Summary: deluge-1.2.0_rc1 at runtime No module named twisted.internet
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-21 19:16 UTC by Oo.et.oO
Modified: 2010-01-22 00:16 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 Oo.et.oO 2010-01-21 19:16:28 UTC
[ERROR   ] 11:11:19 ui:146 No module named twisted.internet
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/deluge/ui/ui.py", line 127, in __init__
    from deluge.ui.gtkui.gtkui import GtkUI
  File "/usr/lib64/python2.6/site-packages/deluge/ui/gtkui/__init__.py", line 1, in <module>
    from gtkui import start
  File "/usr/lib64/python2.6/site-packages/deluge/ui/gtkui/gtkui.py", line 40, in <module>
    from twisted.internet import gtk2reactor
ImportError: No module named twisted.internet
[ERROR   ] 11:11:19 ui:147 There was an error whilst launching the request UI: gtk
[ERROR   ] 11:11:19 ui:148 Look at the traceback above for more information.

in addition, the ebuild talks about /etc/conf.d/deluged and /etc/init.d deluged, i have neither


Reproducible: Always

Steps to Reproduce:
1.run deluge
2.
3.
Comment 1 Rafał Mużyło 2010-01-21 22:17:03 UTC
Did you check if dev-python/twisted is correctly installed ?
What's your version ?
Comment 2 Oo.et.oO 2010-01-21 23:44:10 UTC
after digging in further i discovered this was required.  

the depend in the ebuild is setup correctly as far as i can tell, but it wasn't installed at all on my system.  

i unmasked (keyword) 1.2.0 and installed that one and it now works fine after rebuilding libtool due to some other issues.

i'm not sure what's up with my ebuild, this can probably be closed if no one else has seen this issue
Comment 3 Rafał Mużyło 2010-01-22 00:16:46 UTC
So, it was probably INVALID.
Even if it was not, it's probably irreproducible anyway,
as deps are correct.