Dynamic module not defined init
Posted: Fri Jan 29, 2010 7:24 pm
Hello.
I have changed my windows server for a Ubuntu 8.04 server and wanted to test Deluge instead of uTorrent.
But i have some problem getting the daemon started. Many of then i have overcome like the cant find libtorrent and so on.
Now i get this error:
Now i am lost and hope some one here can point me in the right direction.
Thanks so much.
I have changed my windows server for a Ubuntu 8.04 server and wanted to test Deluge instead of uTorrent.
But i have some problem getting the daemon started. Many of then i have overcome like the cant find libtorrent and so on.
Now i get this error:
Code: Select all
deluged -d[ERROR ] 20:21:28 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.0-py2.5-linux-i686.egg/deluge/main.py", line 209, in start_daemon
Daemon(options, args)
File "/usr/lib/python2.5/site-packages/deluge-1.2.0-py2.5-linux-i686.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.0-py2.5-linux-i686.egg/deluge/core/core.py", line 36, in <module>
from deluge._libtorrent import lt
File "/usr/lib/python2.5/site-packages/deluge-1.2.0-py2.5-linux-i686.egg/deluge/_libtorrent.py", line 59, in <module>
import libtorrent as lt
ImportError: dynamic module does not define init function (initlibtorrent)
Thanks so much.