简体   繁体   English

我应该为python 3x使用哪种表小部件模块

[英]what kind of table widget module i should use for python 3x

I was trying to use tkintertable for Python 3.5.2 but I got an error message at the console saying: 我试图将tkintertable用于Python 3.5.2,但在控制台上收到一条错误消息,提示:

File "C:\Users\issba\AppData\Local\Programs\Python\Python35-32\lib\site-packages\tkintertable\__init__.py", line 24, in <module>
    from Tables import *
ImportError: No module named 'Tables'

Then I found out it's out of date using one of the comments here . 然后我使用这里的评论之一发现它已经过时 So I looked on Google yesterday till I got tktable but I could not find the supported releases, so my question is: 因此,我昨天在Google上查看了直到tktable但找不到支持的版本,所以我的问题是:
Is it true that tkintertable is no longer available for Python 3x and what is a replacement for this issue? 确实tkintertable不再适用于Python 3x,并且该问题的替代品是什么? Please try to provide a link for setup. 请尝试提供设置链接。

This is the official development site of tkintertable . tkintertable的官方开发站点。 At the end of the about section it says: 在“ 关于”部分的末尾说:

This library is currently for Python 2 only. 该库当前仅适用于Python 2。

I think it clears the question on whether it is available for Python 3 or not. 我认为这清除了有关它是否可用于Python 3的问题。

And for your second question: 对于第二个问题:

what is a replacement for this issue? 什么可以替代此问题?

This can be useful. 可能很有用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM