プロジェクト

全般

プロフィール

操作

Googlesearch をインストール

$ pip install -t lib/ google
Collecting google
Collecting beautifulsoup4 (from google)
  Using cached https://files.pythonhosted.org/packages/41/ed/61e49b5e4fe12b5ad111a6400683b18769289019b8685df94eb3484ac26f/beautifulsoup4-4.6.1-py2-none-any.whl
Installing collected packages: beautifulsoup4, google
Successfully installed beautifulsoup4-4.6.1 google-2.0.1

appengine_config.py:

import os

# appengine_config.py
from google.appengine.ext import vendor

# Add any libraries install in the "lib" folder.
vendor.add(os.path.join(os.path.dirname(os.path.realpath(__file__)), 'lib'))

参考サイト


Updated by みぞ @mizo0203 , 5年以上前に更新
Access count: 5899

コメント


    みぞ @mizo0203 さんが5年以上前に更新 · 1件の履歴