Code: Select all
Traceback (most recent call last):
File "/usr/local/bin/deluged", line 8, in <module>
load_entry_point('deluge==1.1.0-dev', 'console_scripts', 'deluged')()
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 277, in load_entry_point
def get_entry_info(dist, group, name):
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 2179, in load_entry_point
except AttributeError:
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 1912, in load
return entry
File "/Library/Python/2.5/site-packages/deluge-1.1.0_dev-py2.5-macosx-10.5-i386.egg/deluge/main.py", line 44, in <module>
import deluge.common
File "/Library/Python/2.5/site-packages/deluge-1.1.0_dev-py2.5-macosx-10.5-i386.egg/deluge/common.py", line 42, in <module>
import xdg, xdg.BaseDirectory
ImportError: No module named xdg
I've tried port upgrade py25-xdg, but that doesn't help, and I cant find any info on building xdg from source for mac. Anyone know how I can fix?