im running python 3.1.2 on my ubuntu 10.04
which version of BeautifulSoup i need to install and how?
i already download version 3.2 and run sudo python3 setup.py install
but doesnt works
thnx
EDIT : The error i get is :
>>> import BeautifulSoup
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "BeautifulSoup.py", line 448
raise AttributeError, "'%s' object has no attribute '%s'" % (self.__class__.__name__, attr)
^
SyntaxError: invalid syntax
>>>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…