Page 1 of 1

Deluge doesn't want to start

Posted: Wed Sep 12, 2007 3:34 pm
by dwelf
Hey, just recently decided to retry Deluge after a long time, looks like it's getting along nicely.

Unfortunately deluge will not start (I used the stable .deb for Feist i386, 0.5.5-1, on the homepage). I can't upgrade to an svn or anything because my torrent sites require me to be using a "stable" client.

I can't get deluge to start when I click it in the menu. When I attempt to run it from command line, I get this error message:

Traceback (most recent call last):
File "/usr/bin/deluge", line 45, in <module>
import deluge._dbus as dbus
ImportError: No module named _dbus

Re: Deluge doesn't want to start

Posted: Wed Sep 12, 2007 4:29 pm
by Lord_neo
try to purge your deb

sudo apt-get remove deluge --purge

and try after to reinstall 8-)

it may work

Re: Deluge doesn't want to start

Posted: Fri Sep 14, 2007 9:43 am
by bel
you do not have the dbus python bindings , you need to install python-dbus -> apt-get install python-dbus for debian e.g.

Re: Deluge doesn't want to start

Posted: Wed Sep 19, 2007 9:53 pm
by crux
I am getting the exact same error and have tried both solutions with no luck. I think I installed from a tar.gz setup the first install and then tried installing a deb package over it to upgrade. I am able to uninstall the deb but when I go to the original install folder and do a make uninstall, I get:
make: ***No rule to make target 'uninstall'. Stop

I went in and manually deleted the /root/.config/deluge folder and tried to reinstall the deb file and still have no luck.

I did an apt-get install pythin-dbus and it says I have the latest version installed.

Thanks!

Re: Deluge doesn't want to start

Posted: Thu Sep 20, 2007 6:27 am
by markybob
crux wrote:I am getting the exact same error and have tried both solutions with no luck. I think I installed from a tar.gz setup the first install and then tried installing a deb package over it to upgrade. I am able to uninstall the deb but when I go to the original install folder and do a make uninstall, I get:
make: ***No rule to make target 'uninstall'. Stop

I went in and manually deleted the /root/.config/deluge folder and tried to reinstall the deb file and still have no luck.

I did an apt-get install pythin-dbus and it says I have the latest version installed.

Thanks!
this is because you're crazy. :? you should NOT be running deluge as root. ever. you shouldnt be running ANYTHING as root unless you absolutely have to. welcome to linux

Re: Deluge doesn't want to start

Posted: Thu Sep 20, 2007 9:10 am
by bidossessi
I'm sorry but i have the same problem and i am running from svn on an Opensuse 10.2
i do have the python dbus bindings
i don't run deluge as root

Re: Deluge doesn't want to start

Posted: Thu Sep 20, 2007 9:41 am
by webaake
I just ran into this too with latest SVN 1762. Erased all in .config/deluge but no luck. Had to go back to revision 1695 wich works well.

It takes forever to compile on my 400Mhz so I can't try all revisions, unfortunately.