如何解决ImportError:没有名为scraping的模块

时间:2016-05-25 03:03:44

标签: google-app-engine

这是rj。 我对python的谷歌网络引擎有疑问。 当我部署我的抓取源代码时,发生了以下错误。 请帮我解决这个问题。错误代码如下,

ERROR    2016-05-25 01:13:25,282 wsgi.py:263] 

Traceback (most recent call last):

  File "C:\Program Files (x86)\Google\google_appengine\google\appengine\runtime\wsgi.py", line 240, in Handle

    handler = _config_handle.add_wsgi_middleware(self._LoadHandler())

  File "C:\Program Files (x86)\Google\google_appengine\google\appengine\runtime\wsgi.py", line 299, in _LoadHandler

    handler, path, err = LoadObject(self._handler)

  File "C:\Program Files (x86)\Google\google_appengine\google\appengine\runtime\wsgi.py", line 85, in LoadObject

    obj = __import__(path[0])

ImportError: No module named scraping_ert_v1

INFO 2016-05-25 10:13:25,289 module.py:788]默认值:“GET / HTTP / 1.1”500 -

0 个答案:

没有答案