安装Picky时遇到的两个问题 1) GAE, 2) 配置文件 - V2EX
FRHong
·
2010-08-29
·
via Project Picky
 |
|
11
CupTools 2010 年 8 月 29 日
怎么装完picky这个样子: Traceback (most recent call last): File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 511, in __call__ handler.get(*groups) File "/base/data/home/apps/jerry-picky/1.344412336715320689/main.py", line 52, in get template_values['articles_total'] = articles.count() File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1818, in count result = raw_query.Count(limit=limit, rpc=rpc) File "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py", line 1275, in Count iterator = self._Run(limit=0, offset=offset, **kwargs) File "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py", line 1188, in _Run str(exc) + '\nThis query needs this index:\n' + yaml) NeedIndexError: no matching index found. This query needs this index: - kind: Article properties: - name: is_page - name: created direction: desc
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。