search

Home  >  Q&A  >  body text

python - 求助 SAE 如何使用第三方库?

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

阿神阿神2807 days ago945

reply all(1)I'll reply

  • PHPz

    PHPz2017-04-17 11:22:16

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

    reply
    0
  • Cancelreply