Page 1 of 1

Run Time problem

Posted: Tue Jul 31, 2007 4:18 pm
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

Re: Run Time problem

Posted: Tue Jul 31, 2007 6:54 pm
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