Page 1 of 1

Dynamic module not defined init

Posted: Fri Jan 29, 2010 7:24 pm
by audunfr
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:

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)
Now i am lost and hope some one here can point me in the right direction.

Thanks so much.

Re: Dynamic module not defined init

Posted: Thu Feb 04, 2010 6:45 am
by andar
How did you install deluge?

Re: Dynamic module not defined init

Posted: Thu Feb 04, 2010 7:48 am
by audunfr
Hello Andar..

I installed it from source, but since i got so many errors i guess i did something wrong.
Uninstalled it and did a distr-update som i now have Ubuntu 9.04.

I then installed it from apt-get and everything is working perfektly except webui.
If i run deluge -u webui and read the logfile there is nothing there.
I cant access the website at all..

Is there some way to debug the webui to get a error why I cant access it?

Best Regards
Audun