[arch-general] Deluge is missing one dependency
Hi all, When running deluge from a terminal, i got the following output: [fotanus@Yoda ~]$ deluge [ERROR ] 00:07:58 ui:146 No module named chardet Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/deluge/ui/ui.py", line 127, in __init__ from deluge.ui.gtkui.gtkui import GtkUI File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/__init__.py", line 1, in <module> from gtkui import start File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/gtkui.py", line 79, in <module> from connectionmanager import ConnectionManager File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/connectionmanager.py", line 49, in <module> import deluge.ui.common File "/usr/lib/python2.6/site-packages/deluge/ui/common.py", line 45, in <module> import chardet ImportError: No module named chardet [ERROR ] 00:07:58 ui:147 There was an error whilst launching the request UI: gtk [ERROR ] 00:07:58 ui:148 Look at the traceback above for more information. [fotanus@Yoda ~]$ I guess it's missing the "python-chardet" dependency. Once i installed, everything worked out. []'s -- Felipe de Oliveira Tanus E-mail: fotanus@gmail.com Blog: http://www.itlife.com.br Site: http://www.inf.ufrgs.br/~fotanus/ ----- "All we have to decide is what to do with the time that is given us." - Gandalf
On 01/20/2010 04:16 AM, Felipe Tanus wrote:
Hi all,
hi
I guess it's missing the "python-chardet" dependency. Once i installed, everything worked out.
better read the pacman output next time. deluge has a new layout and all depedency for UIs are optional depedency. Optional Deps : python-notify: libnotify notifications python-chardet: needed for UIs pygtk: needed for gtk ui librsvg: needed for gtk ui python-mako: needed for web ui -- Ionut
2010/1/20 Ionut Biru <biru.ionut@gmail.com>
On 01/20/2010 04:16 AM, Felipe Tanus wrote:
Hi all,
hi
I guess it's missing the "python-chardet" dependency. Once i installed,
everything worked out.
better read the pacman output next time. deluge has a new layout and all depedency for UIs are optional depedency.
Optional Deps : python-notify: libnotify notifications python-chardet: needed for UIs pygtk: needed for gtk ui librsvg: needed for gtk ui python-mako: needed for web ui
-- Ionut
Hi, Hey, you are right. I didn't even know that deluge had other UIs :) Thank you -- Felipe de Oliveira Tanus E-mail: fotanus@gmail.com Blog: http://www.itlife.com.br Site: http://www.inf.ufrgs.br/~fotanus/ ----- "All we have to decide is what to do with the time that is given us." - Gandalf
participants (2)
-
Felipe Tanus
-
Ionut Biru