Hi all,
When running deluge from a terminal, i got the following output:
[fota...@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.
[fota...@yoda ~]$
I guess it's missing the "python-chardet" dependency. Once i installed,
everything worked out.
[]'s
--
Felipe de Oliveira Tanus
E-mail: [email protected]
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