Deluge won't start. Import Error

General support for problems installing or using Deluge
Post Reply
jordao
New User
New User
Posts: 4
Joined: Mon Jun 11, 2007 10:14 pm
Contact:

Deluge won't start. Import Error

Post 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?
Fernando Pereira
User avatar
Polygon
Member
Member
Posts: 27
Joined: Sun Jun 03, 2007 7:55 pm

Re: Deluge won't start. Import Error

Post 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/
jordao
New User
New User
Posts: 4
Joined: Mon Jun 11, 2007 10:14 pm
Contact:

Re: Deluge won't start. Import Error

Post 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.
Fernando Pereira
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Deluge won't start. Import Error

Post 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
jordao
New User
New User
Posts: 4
Joined: Mon Jun 11, 2007 10:14 pm
Contact:

Re: Deluge won't start. Import Error

Post 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.
Fernando Pereira
jordao
New User
New User
Posts: 4
Joined: Mon Jun 11, 2007 10:14 pm
Contact:

Re: Deluge won't start. Import Error

Post by jordao »

The 'make clean' solved the problem.

Thanks markybob
Fernando Pereira
Post Reply