Deluge dosn't start

General support for problems installing or using Deluge
Zack

Re: Deluge dosn't start

Post by Zack »

hi all,
i got the same Problem.

Code: Select all

zack@localhost:~/deluge/deluge-1.2.1$ deluged -d -L debug
[INFO    ] 09:45:21 daemon:129 Deluge daemon 1.2.1
[DEBUG   ] 09:45:21 daemon:130 options: {'profile': False, 'loglevel': 'debug', 'quiet': False, 'ui_interface': None, 'interface': None, 'logfile': None, 'config': None, 'port': None, 'pidfile': None, 'donot': True}
[DEBUG   ] 09:45:21 daemon:131 args: []
[ERROR   ] 09:45:21 main:216 No module named libtorrent
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/deluge-1.2.1-py2.5.egg/deluge/main.py", line 209, in start_daemon
    Daemon(options, args)
  File "/usr/lib/python2.5/site-packages/deluge-1.2.1-py2.5.egg/deluge/core/daemon.py", line 136, in __init__
    from deluge.core.core import Core
  File "/usr/lib/python2.5/site-packages/deluge-1.2.1-py2.5.egg/deluge/core/core.py", line 36, in <module>
    from deluge._libtorrent import lt
  File "/usr/lib/python2.5/site-packages/deluge-1.2.1-py2.5.egg/deluge/_libtorrent.py", line 59, in <module>
    import libtorrent as lt
ImportError: No module named libtorrent
or with link in deluge:

Code: Select all

zack@localhost:~/deluge/deluge-1.2.1$ deluged -d -L debug
[INFO    ] 09:56:19 daemon:129 Deluge daemon 1.2.1
[DEBUG   ] 09:56:19 daemon:130 options: {'profile': False, 'loglevel': 'debug', 'quiet': False, 'ui_interface': None, 'interface': None, 'logfile': None, 'config': None, 'port': None, 'pidfile': None, 'donot': True}
[DEBUG   ] 09:56:19 daemon:131 args: []
[ERROR   ] 09:56:19 main:216 dynamic module does not define init function (initlibtorrent)
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/deluge-1.2.1-py2.5.egg/deluge/main.py", line 209, in start_daemon
    Daemon(options, args)
  File "/usr/lib/python2.5/site-packages/deluge-1.2.1-py2.5.egg/deluge/core/daemon.py", line 136, in __init__
    from deluge.core.core import Core
  File "/usr/lib/python2.5/site-packages/deluge-1.2.1-py2.5.egg/deluge/core/core.py", line 36, in <module>
    from deluge._libtorrent import lt
  File "/usr/lib/python2.5/site-packages/deluge-1.2.1-py2.5.egg/deluge/_libtorrent.py", line 59, in <module>
    import libtorrent as lt
ImportError: dynamic module does not define init function (initlibtorrent)
System: Debian
uname -a
Linux localhost 2.6.18-4-486 #1 Wed May 9 22:23:40 UTC 2007 i686 GNU/Linux

no more ideas...

greetz zack
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge dosn't start

Post by Cas »

Code: Select all

[ERROR   ] 09:45:21 main:216 No module named libtorrent
That line is your problem and i am pretty certain the answer to your problem is actually in this post or if you searched the forum.
Post Reply