分页: 6 / 7
Re: 自己写了个聊天工具,暂时取名为TChat
发表于 : 2011-08-25 2:42
由 hceasy
忘了自己回答过的……
Re: 自己写了个聊天工具,暂时取名为TChat
发表于 : 2011-08-25 2:45
由 hceasy
算了,大学里正愁没事干,我加入你这个项目。
[email protected]联系
我编程不咋滴,大学可以边学边帮忙
Re: 自己写了个聊天工具,暂时取名为TChat
发表于 : 2011-08-25 2:48
由 hceasy
Re: 自己写了个聊天工具,暂时取名为TChat
发表于 : 2011-09-04 15:41
由 weizhao
不错,如果两个都是局域网IP,不可以通过公网IP链接玛?
Re: 自己写了个聊天工具,暂时取名为TChat
发表于 : 2011-09-08 20:20
由 zkwlx
朋友们,谢谢你们的支持,不过我已经好久不碰python了
这个项目也无限期搁置了.....
哎。。。如果有机会,我说如果,我还是会完善他的!
其实现在bug不少。。。。
Re: 自己写了个聊天工具,暂时取名为TChat
发表于 : 2011-09-08 20:32
由 phoenixlzx
Re: 自己写了个聊天工具,暂时取名为TChat
发表于 : 2012-03-07 12:08
由 lwaterl
好厉害啊
Re: 自己写了个聊天工具,暂时取名为TChat
发表于 : 2012-03-07 12:25
由 quanru
激情一试啊

Re: 自己写了个聊天工具,暂时取名为TChat
发表于 : 2012-03-07 15:09
由 谢宝良
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在那里下载?
Re: 自己写了个聊天工具,暂时取名为TChat
发表于 : 2012-06-28 15:18
由 manux
请问楼主 这个跨平台是怎么实现的呢?
Re: 自己写了个聊天工具,暂时取名为TChat
发表于 : 2012-07-11 12:16
由 zkwlx
谢宝良 写了: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在那里下载?
你用的是python3,我当时是用python2.6写的,有的模块在3里可能没有,所以请使用python2来运行
Re: 自己写了个聊天工具,暂时取名为TChat
发表于 : 2012-11-04 17:50
由 yelincx
请问这个项目现在怎么样了?
Re: 自己写了个聊天工具,暂时取名为TChat
发表于 : 2012-11-04 18:38
由 cikekid
zkwlx 写了:aerowolf 写了:我昨晚想到类似主意的时候想到一个问题:
第一次时如何知道对方IP?短信?QQ?MSN?
没有一个服务器,可能比较难。
这个确实很难,我跟老婆用的时候是先把IP告诉老婆,然后再等待连接,确实有点繁琐,不过这是目前比较恰当的解决方法了。
哪位朋友如果有更好的解决方法一定要告诉我!

广播自己的IP和hostname
Re: 自己写了个聊天工具,暂时取名为TChat
发表于 : 2012-11-11 8:12
由 auv1107
在网盘里更新ip,把客户端指向网盘里的文件
Sent from my M9 using Tapatalk
Re: 自己写了个聊天工具,暂时取名为TChat
发表于 : 2012-11-11 9:49
由 wanghongxu
谢了。收下了