Help running deluge 1.3.0 FINAL compiled from source

General support for problems installing or using Deluge
Post Reply
FMA1394

Help running deluge 1.3.0 FINAL compiled from source

Post 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?
Ibusax
New User
New User
Posts: 7
Joined: Tue Nov 03, 2009 4:24 am

Re: Help running deluge 1.3.0 FINAL compiled from source

Post 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.
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Help running deluge 1.3.0 FINAL compiled from source

Post by johnnyg »

Ibusax
New User
New User
Posts: 7
Joined: Tue Nov 03, 2009 4:24 am

Re: Help running deluge 1.3.0 FINAL compiled from source

Post by Ibusax »

It works with python-libtorrent from Squeeze repos. Thanks. :)
Post Reply