problem after update
Posted: Sun Sep 02, 2007 2:02 pm
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
PS: i've tried removing the stats, the torrents and the entire .config/deluge folder with no success
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'