PDA

View Full Version : Bug or user error?


Engnome
October 18th, 2006, 12:35 PM
Installed Deluge on my dapper but it didn't start, tried running it in terminal but deluge wasn't added their. Anyway found out that the icon in the menu sent the command /opt/deluge/deluge.py so I tried


jerry@ubuntu5150:~$ deluge
bash: deluge: command not found
jerry@ubuntu5150:~$ python /opt/deluge/deluge.py
Traceback (most recent call last):
File "/opt/deluge/deluge.py", line 35, in ?
import egg.trayicon
ImportError: No module named egg.trayicon
jerry@ubuntu5150:~$


Bug? Had some problems during install but I think I sorted them out...


ps I like your "TODO" file:
#
# Deluge TODO list
#

#
#Proposed milestone goals
#

v0.1.0 Release:
- Reached

v0.2.0 Release:
- Reached

v0.3.0 Release:
- More stuff

zachtib
October 18th, 2006, 01:38 PM
Installed Deluge on my dapper but it didn't start, tried running it in terminal but deluge wasn't added their. Anyway found out that the icon in the menu sent the command /opt/deluge/deluge.py so I tried


jerry@ubuntu5150:~$ deluge
bash: deluge: command not found
jerry@ubuntu5150:~$ python /opt/deluge/deluge.py
Traceback (most recent call last):
File "/opt/deluge/deluge.py", line 35, in ?
import egg.trayicon
ImportError: No module named egg.trayicon
jerry@ubuntu5150:~$


Bug? Had some problems during install but I think I sorted them out...



It looks like you're missing the egg libraries... one sec...
In SVN if you don't have the libraries then it just doesn't display a tray icon, but I guess in the 0.2 release if you're missing the libraries, then it flat out doesn't work...

make sure python-gnome2-extras are installed.
I'm guessing you're using XFCE?

Engnome
October 18th, 2006, 03:09 PM
It looks like you're missing the egg libraries... one sec...
In SVN if you don't have the libraries then it just doesn't display a tray icon, but I guess in the 0.2 release if you're missing the libraries, then it flat out doesn't work...

make sure python-gnome2-extras are installed.
I'm guessing you're using XFCE?

Ok thanks it's working after installing python-gnome2-extras. Maybe you should add it as a dependancy?

No I'm using GNOME. I guess I didn't have those extra stuff installed as I havent installed an app that requiered them. The reason for them not being installed from the beginning is that I installed GNOME-core instead of ubuntu-desktop.

zachtib
October 18th, 2006, 04:10 PM
Ok thanks it's working after installing python-gnome2-extras. Maybe you should add it as a dependancy?

No I'm using GNOME. I guess I didn't have those extra stuff installed as I havent installed an app that requiered them. The reason for them not being installed from the beginning is that I installed GNOME-core instead of ubuntu-desktop.

maybe.

well, it won't matter in 0.3, as it can use pure pygtk for the tray.