problem after update

General support for problems installing or using Deluge
Post Reply
weltall
New User
New User
Posts: 8
Joined: Sun Sep 02, 2007 1:56 pm

problem after update

Post by weltall »

Before i was using svn builds (updated till the 6th of august) but now the tracker i use has put a ban over svn and old clients. So i tried downloading the last build for feisty i386 and i have installed it. The installation process goes fine except a double deluge bittorrent client icon in the applications->internet menu. But this can be fixed easily.
The real problem comes when i try to open the client it exits with errors. just before update the svn version of about a month ago was working fine. then when i tried over installing the release with that old build still i got almost the same errors.
I've checked on another pc and all went fine with the release (that pc didn't see deluge before as it's a new pc) so it must be a problem in my installation. Does someone have any idea about how to fix this? thanks in advance

Code: Select all

deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin ExamplePlugin
Initialising plugin TorrentSearch
Initialising plugin HelloWorld
Initialising plugin NetworkHealth
Initialising plugin NetworkGraph
Initialising plugin TorrentCreator
Initialising plugin BlocklistImport
Initialising plugin DesiredRatio
Initialising plugin Scheduler
Initialising plugin TorrentNotification
Initialising plugin RSS
Initialising plugin FirstLast
Initialising plugin SpeedLimiter
Initialising plugin TorrentPieces
Initialising plugin EventLogging
Initialising plugin TorrentFiles
Initialising plugin TorrentPeers
Initialising plugin Locations
Initialising plugin SimpleRSS
Initialising plugin ExtraStats
Traceback (most recent call last):
  File "/usr/bin/deluge", line 140, in <module>
    start_deluge()
  File "/usr/bin/deluge", line 127, in start_deluge
    interface = deluge.interface.DelugeGTK()
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 84, in __init__
    self.tab_files.build_file_view(self.wtree.get_widget("file_view"))
  File "/usr/lib/python2.5/site-packages/deluge/tab_files.py", line 155, in build_file_view
    super(FilesTabManager, self).build_file_view(file_view)
  File "/usr/lib/python2.5/site-packages/deluge/tab_files.py", line 73, in build_file_view
    0)
  File "/usr/lib/python2.5/site-packages/deluge/dgtk.py", line 99, in add_text_column
    view.append_column(column)
AttributeError: 'NoneType' object has no attribute 'append_column'
PS: i've tried removing the stats, the torrents and the entire .config/deluge folder with no success
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: problem after update

Post by markybob »

weltall wrote:Before i was using svn builds (updated till the 6th of august) but now the tracker i use has put a ban over svn and old clients. So i tried downloading the last build for feisty i386 and i have installed it. The installation process goes fine except a double deluge bittorrent client icon in the applications->internet menu. But this can be fixed easily.
The real problem comes when i try to open the client it exits with errors. just before update the svn version of about a month ago was working fine. then when i tried over installing the release with that old build still i got almost the same errors.
I've checked on another pc and all went fine with the release (that pc didn't see deluge before as it's a new pc) so it must be a problem in my installation. Does someone have any idea about how to fix this? thanks in advance

Code: Select all

deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin ExamplePlugin
Initialising plugin TorrentSearch
Initialising plugin HelloWorld
Initialising plugin NetworkHealth
Initialising plugin NetworkGraph
Initialising plugin TorrentCreator
Initialising plugin BlocklistImport
Initialising plugin DesiredRatio
Initialising plugin Scheduler
Initialising plugin TorrentNotification
Initialising plugin RSS
Initialising plugin FirstLast
Initialising plugin SpeedLimiter
Initialising plugin TorrentPieces
Initialising plugin EventLogging
Initialising plugin TorrentFiles
Initialising plugin TorrentPeers
Initialising plugin Locations
Initialising plugin SimpleRSS
Initialising plugin ExtraStats
Traceback (most recent call last):
  File "/usr/bin/deluge", line 140, in <module>
    start_deluge()
  File "/usr/bin/deluge", line 127, in start_deluge
    interface = deluge.interface.DelugeGTK()
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 84, in __init__
    self.tab_files.build_file_view(self.wtree.get_widget("file_view"))
  File "/usr/lib/python2.5/site-packages/deluge/tab_files.py", line 155, in build_file_view
    super(FilesTabManager, self).build_file_view(file_view)
  File "/usr/lib/python2.5/site-packages/deluge/tab_files.py", line 73, in build_file_view
    0)
  File "/usr/lib/python2.5/site-packages/deluge/dgtk.py", line 99, in add_text_column
    view.append_column(column)
AttributeError: 'NoneType' object has no attribute 'append_column'
PS: i've tried removing the stats, the torrents and the entire .config/deluge folder with no success
you need to make uninstall to get rid of the svn version. that'll probably delete parts of your other install, too, so you'll need to reinstall that once you make uninstall
weltall
New User
New User
Posts: 8
Joined: Sun Sep 02, 2007 1:56 pm

Re: problem after update

Post by weltall »

thank you very much.
This fixed entirely the problem :D
Post Reply