QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 813|回复: 6

Tkinter似乎有问题 -- Magic 1.2 b3

[复制链接]
发表于 2004-10-8 21:17:09 | 显示全部楼层 |阅读模式
[code:1]
[bibby@Magic ~]$ python
Python 2.3.3 (#1, Mar 17 2004, 17:08:26)
[GCC 3.3.3 20040216 (Red Hat Linux 3.3.3-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Tkinter
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.3/lib-tk/Tkinter.py", line 38, in ?
    import _tkinter # If this fails your Python may not be configured for Tk
ImportError: libtix8.1.8.3.so: cannot open shared object file: No such file or directory
>>>  
[/code:1]
发表于 2004-10-8 21:43:09 | 显示全部楼层
libtix 依赖关系没解决。
回复

使用道具 举报

 楼主| 发表于 2004-10-8 21:54:26 | 显示全部楼层
正在下载tix-8.1.4......
回复

使用道具 举报

发表于 2004-10-8 22:02:56 | 显示全部楼层
系统里的是.4做个链接应该就可以吧。
回复

使用道具 举报

 楼主| 发表于 2004-10-8 22:20:44 | 显示全部楼层
[quote:0336859848="sejishikong"]系统里的是.4做个链接应该就可以吧。[/quote]
[code:1]
#cp /usr/lib/libtix8.1.8.4.so /usr/lib/libtix8.1.8.3.so
[/code:1]
搞定,多谢sejishikong

另,附上检测Tkinter正常工作与否的步骤:
[code:1]
$python

>>> import _tkinter
>>> import Tkinter
>>> Tkinter ._test()
[/code:1]
如果出来一个带有两个按钮的小窗口,就对了

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
回复

使用道具 举报

发表于 2004-10-8 22:23:51 | 显示全部楼层
tkinter,这个东西的啊有人重建呢?
回复

使用道具 举报

发表于 2004-10-9 10:30:52 | 显示全部楼层
b2也有这个问题
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-27 02:44 , Processed in 0.101257 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表