Page 1 of 1

Deluge won't start. Import Error

Posted: Sat Jun 30, 2007 2:29 pm
by jordao
Hi,

I'm running Ubuntu Gutsy and I can't start deluge-torrent. I've deluge svn.

It gives me this error:

Code: Select all

Traceback (most recent call last):
  File "/usr/bin/deluge", line 41, in <module>
    import deluge, deluge.common, deluge.interface
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 34, in <module>
    import core, common, dgtk, ipc_manager, dialogs
  File "/usr/lib/python2.5/site-packages/deluge/core.py", line 49, in <module>
    import deluge_core
ImportError: /usr/lib/python2.5/site-packages/deluge/deluge_core.so: undefined symbol: _ZN5boost10filesystem8no_checkERKSs
I tried the deluge in the repositories but it still gives-me that error.

Anyone know what is wrong?

Re: Deluge won't start. Import Error

Posted: Sun Jul 01, 2007 10:06 am
by Polygon
jordao wrote: I tried the deluge in the repositories but it still gives-me that error.

Anyone know what is wrong?

DINGDINGDINGDING

bad. The deluge in the repos is like like deluge .4, which is old and decrepit compared to the version we have now

download the RC2 of 5.2 or the stable of 5.1.1

http://download.deluge-torrent.org/

Re: Deluge won't start. Import Error

Posted: Mon Jul 02, 2007 10:42 pm
by jordao
The deluge in the repos is 0.5.1. I have also tried the SVN version but it gives-me the same error.

I'm using Ubuntu Gutsy Gibbon.

Re: Deluge won't start. Import Error

Posted: Mon Jul 02, 2007 11:30 pm
by markybob
jordao wrote:The deluge in the repos is 0.5.1. I have also tried the SVN version but it gives-me the same error.

I'm using Ubuntu Gutsy Gibbon.
hate to say i doubt it, but i doubt it. not unless you had some compile time errors that you didnt paste. or you didnt `make clean` before compiling. or you didnt remove one version before installing the other. start from scratch with svn and tell us step by step what you do and what you get. keep your eyes open for error messages and paste them verbatim. remember to `make clean` before compiling

Re: Deluge won't start. Import Error

Posted: Tue Jul 03, 2007 10:17 am
by jordao
markybob wrote:remember to `make clean` before compiling
Uhhh, maybe the problem is here. I'll try it later and then i'll post here the results.

Re: Deluge won't start. Import Error

Posted: Tue Jul 03, 2007 9:48 pm
by jordao
The 'make clean' solved the problem.

Thanks markybob