weird error after reinstalling deluge

General support for problems installing or using Deluge
Post Reply
praveenmarkandu
Member
Member
Posts: 16
Joined: Wed Aug 01, 2007 5:15 am

weird error after reinstalling deluge

Post by praveenmarkandu »

Code: Select all

cookiemonster@thebigcookie:~$ deluge
no existing Deluge session
Traceback (most recent call last):
  File "/usr/bin/deluge", line 119, in <module>
    deluge.wizard.WizardGTK()
  File "/usr/lib/python2.5/site-packages/deluge/wizard.py", line 53, in __init__
    pixmap = deluge.common.get_logo(48)
AttributeError: 'module' object has no attribute 'get_logo'
can anyone help me out?
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: weird error after reinstalling deluge

Post by markybob »

praveenmarkandu wrote:

Code: Select all

cookiemonster@thebigcookie:~$ deluge
no existing Deluge session
Traceback (most recent call last):
  File "/usr/bin/deluge", line 119, in <module>
    deluge.wizard.WizardGTK()
  File "/usr/lib/python2.5/site-packages/deluge/wizard.py", line 53, in __init__
    pixmap = deluge.common.get_logo(48)
AttributeError: 'module' object has no attribute 'get_logo'
can anyone help me out?
you have conflicting installs. make sure you wipe it all and then install it. make sure find / -name 'deluge*' finds nothing before reinstalling
Post Reply