Deb Start Up problem

General support for problems installing or using Deluge
Post Reply
User avatar
Gilgamesh
New User
New User
Posts: 3
Joined: Mon Jul 02, 2007 8:25 pm

Deb Start Up problem

Post by Gilgamesh »

Code: Select all

no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG value: 1
Applying preferences
Starting DHT...
No DHT file to resume
/usr/lib/python2.5/site-packages/deluge/core.py:770: DeprecationWarning: integer argument expected, got float
  PREF_FUNCTIONS[pref](self.get_pref(pref))
Scanning plugin dir /usr/share/deluge/plugins
Loading module EventLogging
Initialising plugin EventLogging
Loading module NetworkGraph
Initialising plugin NetworkGraph
Loading module SpeedLimiter
Initialising plugin SpeedLimiter
Loading module NetworkHealth
Initialising plugin NetworkHealth
Loading module HelloWorld
Initialising plugin HelloWorld
Loading module RSS
Initialising plugin RSS
Loading module TorrentPeers
Initialising plugin TorrentPeers
Loading module TorrentNotification
Initialising plugin TorrentNotification
Loading module TorrentSearch
Initialising plugin TorrentSearch
Loading module TorrentPieces
Initialising plugin TorrentPieces
Loading module ExamplePlugin
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 65, in __init__
    self.plugins.scan_for_plugins()
  File "/usr/lib/python2.5/site-packages/deluge/plugins.py", line 60, in scan_for_plugins
    mod = __import__(modname, globals(), locals(), [''])
  File "/usr/share/deluge/plugins/ExamplePlugin/__init__.py", line 13, in <module>
    from ExamplePlugin.plugin import plugin_Example
ImportError: No module named plugin
tried doing rm -r .config/deluge

didnt do anything and it wont startt up...sorry if it has already been posted. Didnt find it from the search.

Thanks
User avatar
Gilgamesh
New User
New User
Posts: 3
Joined: Mon Jul 02, 2007 8:25 pm

Re: Deb Start Up problem

Post by Gilgamesh »

fixed, was two or so threads under me sorry
Post Reply