web2py Tk 库未安装

发布于 2024-12-29 06:43:30 字数 186 浏览 0 评论 0原文

我正在使用 python 2.7,我想做一些 web2py 的东西。我正在尝试从 eclipse 运行 web2py,尝试运行 web2py.py 脚本时出现以下错误:

警告:web2py:GUI 不可用,因为未安装 Tk 库

我在 Windows 7(64 位)上运行。

有什么建议吗?

谢谢

I am using python 2.7 and I would like to do some web2py stuff. I am trying to run web2py from eclipse and I am getting the following error trying to run web2py.py script:

WARNING:web2py:GUI not available because Tk library is not installed

I am running on Windows 7 (64 bit).

Any suggestions?

Thank you

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

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

发布评论

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

评论(2

病女 2025-01-05 06:43:30

我相信你必须首先在 Windows 上安装 TK。您可以在此处获取所有详细信息。本质上,您必须访问 www.activestate.com 并按照链接下载 Active 的社区版适用于 Windows 的 Tcl(版本 8.5.x)。

I believe you have to first install TK on Windows. You can obtain all the details here. Essentially, you'll have to go to www.activestate.com and follow the links to download the Community Edition of Active Tcl for Windows (version 8.5.x).

遗忘曾经 2025-01-05 06:43:30

如果您在 Ubuntu 上使用 python3 尝试 web2py,请使用以下命令安装

sudo apt-get install python3-tk

If you trying web2py on Ubuntu using python3, install using

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