python - 求助 SAE 如何使用第三方库?
阿神
阿神 2017-04-17 11:20:16
0
1
920

我已经按文档所说的样子 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

阿神
阿神

闭关修行中......

reply all(1)
PHPzhong

SAE’s third-party library recommends you read this official doc
It’s very detailed

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template