Deluge Fails to Load

General support for problems installing or using Deluge
Post Reply
Razmirz

Deluge Fails to Load

Post by Razmirz »

I'm running Ubuntu 7.10 x64
deluge used to run up until earlier today
have tried re-installation, downgrade and svn
have completely removed deluge folder from /home/user/.config
have tried alternative accounts
have done complete removal through synaptic
I'm happy to manually delete un-removed folders if i had directory's
I can load the first start wizard

the error i receive is as follows

Initialising plugin WebSeed
Traceback (most recent call last):
File "/usr/bin/deluge", line 121, in <module>
start_deluge()
File "/usr/bin/deluge", line 109, in start_deluge
interface = deluge.interface.DelugeGTK()
File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 84, in __init__
self.manager)
File "/usr/lib/python2.5/site-packages/deluge/tab_details.py", line 45, in __init__
self.custom_progress.connect("expose_event", self.paint_customprogress)
AttributeError: 'NoneType' object has no attribute 'connect'


Any Ideas?

thanks Razmirz
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Deluge Fails to Load

Post by markybob »

looks like conflicting installs. maybe you mixed up one installed by your distro and then tried to do our source or svn or some other combination. make sure there's no trace of deluge (`dpkg --purge deluge-torrent` and `make uninstall` from the source/svn dir), then reinstall.
Post Reply