Deluge doesn't want to start

General support for problems installing or using Deluge
Post Reply
dwelf

Deluge doesn't want to start

Post 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
Lord_neo
Member
Member
Posts: 22
Joined: Mon Aug 06, 2007 9:58 am

Re: Deluge doesn't want to start

Post by Lord_neo »

try to purge your deb

sudo apt-get remove deluge --purge

and try after to reinstall 8-)

it may work
bel

Re: Deluge doesn't want to start

Post 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.
crux
New User
New User
Posts: 3
Joined: Wed Sep 19, 2007 5:36 pm

Re: Deluge doesn't want to start

Post 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!
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Deluge doesn't want to start

Post 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
User avatar
bidossessi
Member
Member
Posts: 33
Joined: Mon Jul 23, 2007 10:12 am
Location: Algiers, Algeria
Contact:

Re: Deluge doesn't want to start

Post 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
OpenSuse 10.3 /kernel 2.6.22.13-default /AMD64/512Mib RAM/Nvidia FX5500/Deluge from OpenSuse RPM repository ( 2.5.8)
Ubuntu Gutsy /kernel 2.6.22.14-generic /P4/1Gib RAM/Nvidia FX5200/Deluge from Deluge web package ( 2.5.8 )
webaake
Member
Member
Posts: 16
Joined: Wed May 30, 2007 6:58 am

Re: Deluge doesn't want to start

Post 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.
Post Reply