Run Time problem

General support for problems installing or using Deluge
Post Reply
philj

Run Time problem

Post by philj »

Hi All

I have downloaded the latest version of deluge and have attempted to compile it on Centos 5.0 x86_64. Having solved the boost library multithreading problem the executable does not work I get the following. It maybe simple or I am getting tired :) Any help would be appreciated.

Traceback (most recent call last):
File "/usr/bin/deluge", line 59, in ?
import deluge.common
File "/usr/lib64/python2.4/site-packages/deluge/common.py", line 33, in ?
import xdg.BaseDirectory
ImportError: No module named xdg.BaseDirectory


- Phil
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Run Time problem

Post by markybob »

philj wrote:Hi All

I have downloaded the latest version of deluge and have attempted to compile it on Centos 5.0 x86_64. Having solved the boost library multithreading problem the executable does not work I get the following. It maybe simple or I am getting tired :) Any help would be appreciated.

Traceback (most recent call last):
File "/usr/bin/deluge", line 59, in ?
import deluge.common
File "/usr/lib64/python2.4/site-packages/deluge/common.py", line 33, in ?
import xdg.BaseDirectory
ImportError: No module named xdg.BaseDirectory


- Phil
looks like you're missing python-xdg
Post Reply