web2py Tk 库未安装
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我相信你必须首先在 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).
如果您在 Ubuntu 上使用 python3 尝试 web2py,请使用以下命令安装
If you trying web2py on Ubuntu using python3, install using