|
From: Karol L. <kar...@kn...> - 2007-03-09 16:52:47
|
I can't seem to use the script downloadwiki.py. After installing
BesutifulSoup, I get the following error:
langner@slim:~/tmp/python/cclib/trunk$ python2.3 downloadwiki.py
Traceback (most recent call last):
File "downloadwiki.py", line 8, in ?
soup = BeautifulSoup(allpages)
File "/usr/lib/python2.3/site-packages/BeautifulSoup.py", line 307, in
__init__
self.feed(text)
File "/usr/lib/python2.3/site-packages/BeautifulSoup.py", line 310, in feed
SGMLParser.feed(self, text)
File "/usr/lib/python2.3/sgmllib.py", line 94, in feed
self.rawdata = self.rawdata + data
TypeError: cannot concatenate 'str' and 'instance' objects
Does the script actually work?
--
written by Karol Langner
Fri Mar 9 17:50:42 CET 2007
|