Today I am reading the book collective smart programming. Chapter 2 uses the pydelicious library and downloads it to Google (Click here to download it ),
Run the following command after the download and installation: feedparser not available, no RSS parsing. After searching, I learned that feedparser is not installed (Click here to download)
Run the following command to install Python setup. py install: importerror: No module named setuptools.
Again according to the way mentioned in this blog can solve the problem: http://suzy8802.blog.163.com/blog/static/2124020642013126105845273/
I also stick the method here for your reference:
1. Download setuptools-0.6c11.tar.gz first.
2. Unzip the tar zxvf setuptools-0.6c11.tar
3. Compile and install Python setup. py build
Python setup. py install
Problems encountered when installing pydelicious