ImportError:无法导入名称cached_property

时间:2012-03-14 22:56:19

标签: python google-app-engine tipfy

我正在尝试在我引入的Python / Google App Engine项目上设置Tipfy扩展。我已经按照所有说明运行bootstrap.py然后运行bin / buildout。一切似乎都有效但现在当我尝试导入tipfy.ext.auth时,我收到此错误:

File "C:\{project}\app\lib\dist\tipfy\ext\auth\__init__.py", line 15, in <module>
    from tipfy import abort, cached_property, import_string, redirect
ImportError: cannot import name cached_property

我现在有点迷失,并且真的不知道在哪里寻找解决方案,因为我无疑是Python和GAE的新手。任何有关如何使此扩展工作的帮助或指导将不胜感激。

1 个答案:

答案 0 :(得分:0)

此处的潜在解决方案:http://tipfy.googlecode.com/hg/docs/source/guide/migrating.rst
tl; dr:从werkzeug中删除导入和导入。