Python/Tipfy/Jinja2:导入错误:没有名为 ext.jinja2 的模块

发布于 2024-11-10 01:03:38 字数 374 浏览 0 评论 0原文

Aloha,

有一些空闲时间并在应用程序引擎上尝试 python,因为它比 java 灵活得多,我想使用 Tipfy 作为我的 web 应用程序框架。

我的问题是,每当我尝试导入像 jinja2 这样的东西时,我得到:

from tipfy.ext.jinja2 import render_response
ImportError: No module named ext.jinja2

我确保在 lib/dist 下有 jinja2 文件夹。

像 Session 这样的其他东西也不起作用:(

对菜鸟有什么帮助吗?他们的 IRC 聊天没有帮助,文档也没有提到任何此类问题。

谢谢:)

Aloha,

having some spare time and trying out python on app engine as it is much more flexible than java, I wanted to use Tipfy as my webapp framework.

My problem ist, that, whenever I try to import something like jinja2, I get:

from tipfy.ext.jinja2 import render_response
ImportError: No module named ext.jinja2

I ensured that under lib/dist there is the jinja2 folder.

Other stuff like Session doesn't work either :(

Any help to a noob? Their IRC chat wasn't a help and the documentation didn't mention any such problems.

Thank you :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

锦爱 2024-11-17 01:03:38

在最新的tipfy版本(1.0b1)中,jinja2扩展现在与tipfy捆绑在一起。

from tipfyext import jinja2

你用的是那个版本吗?很抱歉,该文档已过时并且
没有反映这一点。

In the newest tipfy version (1.0b1), the jinja2 extension is now bundled with tipfy.

from tipfyext import jinja2

Are you using that version? I'm sorry because the documentation is outdated and
doesn't reflect this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文