Tix 和 Python 3.0

发布于 2024-07-10 04:24:57 字数 200 浏览 7 评论 0原文

有谁见过 Tix 中的任何东西在 python 3.0 下工作吗? 我尝试完成这些示例,但在创建任何内容时,它指出 cnf 是不可订阅的。

我还注意到 Dir Select 的东西(DirList DirTree)在 2.6.1 下都不起作用。

为什么 Python 既不转储 Tix 也不支持它? 它有很多好东西可以用来制作简单的程序。

Has anyone seen anything in Tix work under python 3.0? I've tried to work through the examples but when creating anything it states that cnf is unsubscriptable.

I also noticed that none of the Dir Select stuff (DirList DirTree) works under 2.6.1.

Why doesn't Python either dump Tix or support it? Its got a lot of good stuff to make easy programs.

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

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

发布评论

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

评论(3

泪意 2024-07-17 04:24:57

可能发生的情况是没有人注意到这个错误。 (自动测试像 Tix 和 Tkinter 这样的 GUI 库是非常困难的。)您应该在发现错误时将其报告到 http:// bugs.python.org

Likely what happened is that no one noticed the bug. (It's very hard to automatically test GUI libraries like Tix and Tkinter.) You should report bugs as you find them to http://bugs.python.org.

微凉 2024-07-17 04:24:57

一般来说,如果您使用第三方模块,那么现在最好避免使用 Python 3.0。 如果您自己正在开发第三方模块,那么移植到 Python 3.0 是一个好主意,但就目前而言,它的一般开发只会带来痛苦。

Generally speaking, if you're using third-party modules, you're better off avoiding Python 3.0 for now. If you're working on a third-party module yourself, porting forward to Python 3.0 is a good idea, but for the time being general development in it is just going to be a recipe for pain.

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