Page 1 of 1

Help running deluge 1.3.0 FINAL compiled from source

Posted: Sat Oct 09, 2010 8:43 am
by FMA1394
Running debian lenny and compiling 1.3.0 on it. Compiled fine, daemon won't start.

here's the output from:
deluged -d -L debug

Code: Select all

[INFO    ] 01:37:50 daemon:129 Deluge daemon 1.3.0
[DEBUG   ] 01:37:50 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   ] 01:37:50 daemon:131 args: []
[ERROR   ] 01:37:50 main:221 dynamic module does not define init function (initlibtorrent)
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/deluge-1.3.0-py2.5-linux-x86_64.egg/deluge/main.py", line 214, in start_daemon
    Daemon(options, args)
  File "/usr/lib/python2.5/site-packages/deluge-1.3.0-py2.5-linux-x86_64.egg/deluge/core/daemon.py", line 136, in __init__
    from deluge.core.core import Core
  File "/usr/lib/python2.5/site-packages/deluge-1.3.0-py2.5-linux-x86_64.egg/deluge/core/core.py", line 36, in <module>
    from deluge._libtorrent import lt
  File "/usr/lib/python2.5/site-packages/deluge-1.3.0-py2.5-linux-x86_64.egg/deluge/_libtorrent.py", line 59, in <module>
    import libtorrent as lt
ImportError: dynamic module does not define init function (initlibtorrent)
Any ideas?

Re: Help running deluge 1.3.0 FINAL compiled from source

Posted: Tue Oct 12, 2010 7:16 pm
by Ibusax
I had the same issue. In the end I put it down to an out of date package. It's a shame as it compiles and runs flawlessly on Debian Squeeze.

Re: Help running deluge 1.3.0 FINAL compiled from source

Posted: Tue Oct 12, 2010 8:19 pm
by johnnyg

Re: Help running deluge 1.3.0 FINAL compiled from source

Posted: Sat Oct 16, 2010 2:15 pm
by Ibusax
It works with python-libtorrent from Squeeze repos. Thanks. :)