Looks Feedparser was written with Python 2.3. With python 2.4, the CJKcodecs is included in the official release. So the line
import cjkcodecs.aliases
should be changed to
import encodings.aliases
Tags: python, feedparser, rss
Looks Feedparser was written with Python 2.3. With python 2.4, the CJKcodecs is included in the official release. So the line
should be changed to
Tags: python, feedparser, rss
Post a Comment
You could use <code type="name"> to get your code colorized