Import error : Module ui.web
Posted: Thu Jun 23, 2011 6:35 pm
Hi.
I'm using Ubuntu 10.04 x86_64 Lucid and I am running into this error when trying to run deluge-web
A secondary error is crashes without any errors even in debug mode. It will run for maybe 5-10mins, then crash. Help please
I'm using Ubuntu 10.04 x86_64 Lucid and I am running into this error when trying to run deluge-web
Code: Select all
root@216753:~# deluge-web
Traceback (most recent call last):
File "/usr/bin/deluge-web", line 9, in <module>
load_entry_point('deluge==1.3.2', 'console_scripts', 'deluge-web')()
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 299, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 2229, in load_entry_point
return ep.load()
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1948, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
ImportError: No module named ui.web
root@216753:~#
root@216753:~# dpkg -l | grep deluge
ii deluge 1.3.2-1~lucid~ppa3 bittorrent client written in Python/PyGTK
ii deluge-common 1.3.2-1~lucid~ppa3 bittorrent client written in Python/PyGTK (common fi
ii deluge-console 1.3.2-1~lucid~ppa3 bittorrent client written in Python/PyGTK (console u
ii deluge-gtk 1.3.2-1~lucid~ppa3 bittorrent client written in Python/PyGTK (GTK+ ui)
ii deluge-torrent 1.3.2-1~lucid~ppa3 bittorrent client (gtk ui transitional package)
ii deluge-web 1.3.2-1~lucid~ppa3 bittorrent client written in Python/PyGTK (web ui)
ii deluge-webui 1.3.2-1~lucid~ppa3 bittorrent client (web ui transitional package)
ii deluged 1.3.2-1~lucid~ppa3 bittorrent client written in Python/PyGTK (daemon)
root@216753:~# uname -a
Linux 216753 2.6.18-238.5.1.el5.028stab085.3 #1 SMP Mon Mar 21 20:05:12 MSK 2011 x86_64 GNU/Linux
root@216753:~#
Code: Select all
deluged