我已经按文档所说的样子 https://github.com/SAEPython/saepytho...
在应用的根目录下安装好了模块 saecloud install feedparse
在index.wsgi也加入
sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'site-packages'))
最后在某个文件xxx.py下 import feedparse
得到的错误提示即:ImportError: No module named feedparser
SAE’s third-party library recommends you read this official doc
It’s very detailed