New 0.5.2 Ubuntu Feisty packages

Suggestions and discussion of future versions
Post Reply
hackworth

Re: New 0.5.2 Ubuntu Feisty packages

Post by hackworth »

hmm, i get the following error when i try to run the i386 version:

Code: Select all

/var/lib/python-support/python2.5/deluge/core.py:782: DeprecationWarning: integer argument expected, got float
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: New 0.5.2 Ubuntu Feisty packages

Post by markybob »

hackworth wrote:hmm, i get the following error when i try to run the i386 version:

Code: Select all

/var/lib/python-support/python2.5/deluge/core.py:782: DeprecationWarning: integer argument expected, got float
that's a warning, not an error, and it doesnt matter. it doesnt cause anything to not work like it should
hackworth

Re: New 0.5.2 Ubuntu Feisty packages

Post by hackworth »

sorry, guess i copied the wrong part of the error message. this is the rest.

Code: Select all

Traceback (most recent call last):
  File "/usr/bin/deluge", line 93, in <module>
    start_deluge()
  File "/usr/bin/deluge", line 67, in start_deluge
    interface = deluge.interface.DelugeGTK()
  File "/var/lib/python-support/python2.5/deluge/interface.py", line 58, in __init__
    '%s %s'%(common.PROGRAM_NAME, common.PROGRAM_VERSION), common.CONFIG_DIR)
  File "/var/lib/python-support/python2.5/deluge/core.py", line 224, in __init__
    self.state = pickle.load(pkl_file)
  File "/usr/lib/python2.5/pickle.py", line 1370, in load
    return Unpickler(file).load()
  File "/usr/lib/python2.5/pickle.py", line 858, in load
    dispatch[key](self)
  File "/usr/lib/python2.5/pickle.py", line 1069, in load_inst
    klass = self.find_class(module, name)
  File "/usr/lib/python2.5/pickle.py", line 1124, in find_class
    __import__(module)
ImportError: No module named deluge
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: New 0.5.2 Ubuntu Feisty packages

Post by markybob »

hackworth wrote:sorry, guess i copied the wrong part of the error message. this is the rest.

Code: Select all

Traceback (most recent call last):
  File "/usr/bin/deluge", line 93, in <module>
    start_deluge()
  File "/usr/bin/deluge", line 67, in start_deluge
    interface = deluge.interface.DelugeGTK()
  File "/var/lib/python-support/python2.5/deluge/interface.py", line 58, in __init__
    '%s %s'%(common.PROGRAM_NAME, common.PROGRAM_VERSION), common.CONFIG_DIR)
  File "/var/lib/python-support/python2.5/deluge/core.py", line 224, in __init__
    self.state = pickle.load(pkl_file)
  File "/usr/lib/python2.5/pickle.py", line 1370, in load
    return Unpickler(file).load()
  File "/usr/lib/python2.5/pickle.py", line 858, in load
    dispatch[key](self)
  File "/usr/lib/python2.5/pickle.py", line 1069, in load_inst
    klass = self.find_class(module, name)
  File "/usr/lib/python2.5/pickle.py", line 1124, in find_class
    __import__(module)
ImportError: No module named deluge
see if `rm -rf ~/.config/deluge` fixes it for you
User avatar
zachtib
Leecher
Leecher
Posts: 97
Joined: Thu May 24, 2007 3:26 pm
Location: Louisville, KY
Contact:

Re: New 0.5.2 Ubuntu Feisty packages

Post by zachtib »

Note, the Ubuntu packages are now listed on the main download page: http://deluge-torrent.org/downloads
Former Deluge Developer
Post Reply