View Single Post
jdm's Avatar
Posts: 13 | Thanked: 0 times | Joined on Jan 2008 @ San Diego, CA, USA
#78
I have not been able to get sirius to work since I upgraded to diablo.
My problem seems to be in the installation of BeautifulSoup:

Nokia-N810-23-14:~# easy_install BeautifulSoup
Traceback (most recent call last):
File "/usr/bin/easy_install", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 657, in <module>
class Environment(object):
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 660, in Environment
def __init__(self, search_path=None, platform=get_supported_platform(), python=PY_MAJOR):
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 55, in get_supported_platform
plat = get_build_platform(); m = macosVersionString.match(plat)
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 186, in get_build_platform
from distutils.util import get_platform
ImportError: No module named distutils.util

Has anyone been able to install BeautifulSoup on Diablo?