自己写了个聊天工具,暂时取名为TChat
- hceasy
- 论坛版主
- 帖子: 6009
- 注册时间: 2010-04-17 18:51
- 系统: W10
- hceasy
- 论坛版主
- 帖子: 6009
- 注册时间: 2010-04-17 18:51
- 系统: W10
- hceasy
- 论坛版主
- 帖子: 6009
- 注册时间: 2010-04-17 18:51
- 系统: W10
-
- 帖子: 98
- 注册时间: 2008-08-08 2:18
Re: 自己写了个聊天工具,暂时取名为TChat
不错,如果两个都是局域网IP,不可以通过公网IP链接玛?
- zkwlx
- 帖子: 988
- 注册时间: 2009-10-09 12:54
- 系统: debian
- 来自: 北京某胡同
Re: 自己写了个聊天工具,暂时取名为TChat
朋友们,谢谢你们的支持,不过我已经好久不碰python了
这个项目也无限期搁置了.....
哎。。。如果有机会,我说如果,我还是会完善他的!
其实现在bug不少。。。。

这个项目也无限期搁置了.....
哎。。。如果有机会,我说如果,我还是会完善他的!

其实现在bug不少。。。。
- phoenixlzx
- 帖子: 2245
- 注册时间: 2009-07-29 20:11
- 系统: Arch Linux
- 来自: Gensokyo
- 联系:
- lwaterl
- 帖子: 379
- 注册时间: 2007-08-24 17:46
- quanru
- 帖子: 336
- 注册时间: 2009-11-25 11:24
-
- 帖子: 1983
- 注册时间: 2010-05-01 21:23
Re: 自己写了个聊天工具,暂时取名为TChat
import Tkinter, tkSimpleDialog, tkFileDialog, tkMessageBox
ImportError: No module named Tkinter
xbl@wlk:~/Documents/TChat$ python3 /home/xbl/Documents/TChat/TChat.py
Traceback (most recent call last):
File "/home/xbl/Documents/TChat/TChat.py", line 10, in <module>
import Tkinter, tkSimpleDialog, tkFileDialog, tkMessageBox
ImportError: No module named Tkinter
xbl@wlk:~/Documents/TChat$ python3 /home/xbl/Documents/TChat/TChat.py
Traceback (most recent call last):
File "/home/xbl/Documents/TChat/TChat.py", line 10, in <module>
import Tkinter, tkSimpleDialog, tkFileDialog, tkMessageBox
ImportError: No module named Tkinter
xbl@wlk:~/Documents/TChat$
Tkinter, tkSimpleDialog, tkFileDialog, tkMessageBox
这些tk在那里下载?
ImportError: No module named Tkinter
xbl@wlk:~/Documents/TChat$ python3 /home/xbl/Documents/TChat/TChat.py
Traceback (most recent call last):
File "/home/xbl/Documents/TChat/TChat.py", line 10, in <module>
import Tkinter, tkSimpleDialog, tkFileDialog, tkMessageBox
ImportError: No module named Tkinter
xbl@wlk:~/Documents/TChat$ python3 /home/xbl/Documents/TChat/TChat.py
Traceback (most recent call last):
File "/home/xbl/Documents/TChat/TChat.py", line 10, in <module>
import Tkinter, tkSimpleDialog, tkFileDialog, tkMessageBox
ImportError: No module named Tkinter
xbl@wlk:~/Documents/TChat$
Tkinter, tkSimpleDialog, tkFileDialog, tkMessageBox
这些tk在那里下载?
-
- 帖子: 24
- 注册时间: 2011-09-02 10:21
Re: 自己写了个聊天工具,暂时取名为TChat
请问楼主 这个跨平台是怎么实现的呢?
- zkwlx
- 帖子: 988
- 注册时间: 2009-10-09 12:54
- 系统: debian
- 来自: 北京某胡同
Re: 自己写了个聊天工具,暂时取名为TChat
你用的是python3,我当时是用python2.6写的,有的模块在3里可能没有,所以请使用python2来运行谢宝良 写了:import Tkinter, tkSimpleDialog, tkFileDialog, tkMessageBox
ImportError: No module named Tkinter
xbl@wlk:~/Documents/TChat$ python3 /home/xbl/Documents/TChat/TChat.py
Traceback (most recent call last):
File "/home/xbl/Documents/TChat/TChat.py", line 10, in <module>
import Tkinter, tkSimpleDialog, tkFileDialog, tkMessageBox
ImportError: No module named Tkinter
xbl@wlk:~/Documents/TChat$ python3 /home/xbl/Documents/TChat/TChat.py
Traceback (most recent call last):
File "/home/xbl/Documents/TChat/TChat.py", line 10, in <module>
import Tkinter, tkSimpleDialog, tkFileDialog, tkMessageBox
ImportError: No module named Tkinter
xbl@wlk:~/Documents/TChat$
Tkinter, tkSimpleDialog, tkFileDialog, tkMessageBox
这些tk在那里下载?
- yelincx
- 帖子: 55
- 注册时间: 2012-10-20 3:26
- 系统: ubuntu/win7
- 联系:
Re: 自己写了个聊天工具,暂时取名为TChat
请问这个项目现在怎么样了?
- cikekid
- 帖子: 628
- 注册时间: 2008-11-28 13:57
- 系统: OSX/CentOS
Re: 自己写了个聊天工具,暂时取名为TChat
广播自己的IP和hostnamezkwlx 写了:这个确实很难,我跟老婆用的时候是先把IP告诉老婆,然后再等待连接,确实有点繁琐,不过这是目前比较恰当的解决方法了。aerowolf 写了:我昨晚想到类似主意的时候想到一个问题:
第一次时如何知道对方IP?短信?QQ?MSN?
没有一个服务器,可能比较难。
哪位朋友如果有更好的解决方法一定要告诉我!
代码: 全选
sudo mount /dev/sda* /mnt/
sudo mount -t proc none /mnt/proc
sudo mount -o bind /dev /mnt/dev
sudo chroot /mnt/ /bin/bash
sudo apt-get install grub
sudo grub-install --no-floppy /dev/sda
-
- 帖子: 20
- 注册时间: 2011-11-12 23:02
Re: 自己写了个聊天工具,暂时取名为TChat
在网盘里更新ip,把客户端指向网盘里的文件
Sent from my M9 using Tapatalk
Sent from my M9 using Tapatalk
auv1107.github.com[/url]
代码: 全选
no weight
- wanghongxu
- 帖子: 19
- 注册时间: 2012-08-08 16:26
Re: 自己写了个聊天工具,暂时取名为TChat
谢了。收下了