自己写了个聊天工具,暂时取名为TChat

软件和网站开发以及相关技术探讨
回复
头像
hceasy
论坛版主
帖子: 6009
注册时间: 2010-04-17 18:51
系统: W10

Re: 自己写了个聊天工具,暂时取名为TChat

#76

帖子 hceasy » 2011-08-25 2:42

忘了自己回答过的……
头像
hceasy
论坛版主
帖子: 6009
注册时间: 2010-04-17 18:51
系统: W10

Re: 自己写了个聊天工具,暂时取名为TChat

#77

帖子 hceasy » 2011-08-25 2:45

算了,大学里正愁没事干,我加入你这个项目。[email protected]联系
我编程不咋滴,大学可以边学边帮忙
头像
hceasy
论坛版主
帖子: 6009
注册时间: 2010-04-17 18:51
系统: W10

Re: 自己写了个聊天工具,暂时取名为TChat

#78

帖子 hceasy » 2011-08-25 2:48

weizhao
帖子: 98
注册时间: 2008-08-08 2:18

Re: 自己写了个聊天工具,暂时取名为TChat

#79

帖子 weizhao » 2011-09-04 15:41

不错,如果两个都是局域网IP,不可以通过公网IP链接玛?
头像
zkwlx
帖子: 988
注册时间: 2009-10-09 12:54
系统: debian
来自: 北京某胡同

Re: 自己写了个聊天工具,暂时取名为TChat

#80

帖子 zkwlx » 2011-09-08 20:20

朋友们,谢谢你们的支持,不过我已经好久不碰python了 :em18
这个项目也无限期搁置了.....
哎。。。如果有机会,我说如果,我还是会完善他的! :em11
其实现在bug不少。。。。
头像
phoenixlzx
帖子: 2245
注册时间: 2009-07-29 20:11
系统: Arch Linux
来自: Gensokyo
联系:

Re: 自己写了个聊天工具,暂时取名为TChat

#81

帖子 phoenixlzx » 2011-09-08 20:32

:em11 :em11 :em11

学习!
头像
lwaterl
帖子: 379
注册时间: 2007-08-24 17:46

Re: 自己写了个聊天工具,暂时取名为TChat

#82

帖子 lwaterl » 2012-03-07 12:08

好厉害啊
头像
quanru
帖子: 336
注册时间: 2009-11-25 11:24

Re: 自己写了个聊天工具,暂时取名为TChat

#83

帖子 quanru » 2012-03-07 12:25

激情一试啊 :em03
望青年不怨天尤人不贪图安逸
谢宝良
帖子: 1983
注册时间: 2010-05-01 21:23

Re: 自己写了个聊天工具,暂时取名为TChat

#84

帖子 谢宝良 » 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在那里下载?
manux
帖子: 24
注册时间: 2011-09-02 10:21

Re: 自己写了个聊天工具,暂时取名为TChat

#85

帖子 manux » 2012-06-28 15:18

请问楼主 这个跨平台是怎么实现的呢?
头像
zkwlx
帖子: 988
注册时间: 2009-10-09 12:54
系统: debian
来自: 北京某胡同

Re: 自己写了个聊天工具,暂时取名为TChat

#86

帖子 zkwlx » 2012-07-11 12:16

谢宝良 写了: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来运行
头像
yelincx
帖子: 55
注册时间: 2012-10-20 3:26
系统: ubuntu/win7
联系:

Re: 自己写了个聊天工具,暂时取名为TChat

#87

帖子 yelincx » 2012-11-04 17:50

请问这个项目现在怎么样了?
头像
cikekid
帖子: 628
注册时间: 2008-11-28 13:57
系统: OSX/CentOS

Re: 自己写了个聊天工具,暂时取名为TChat

#88

帖子 cikekid » 2012-11-04 18:38

zkwlx 写了:
aerowolf 写了:我昨晚想到类似主意的时候想到一个问题:
第一次时如何知道对方IP?短信?QQ?MSN?

没有一个服务器,可能比较难。
这个确实很难,我跟老婆用的时候是先把IP告诉老婆,然后再等待连接,确实有点繁琐,不过这是目前比较恰当的解决方法了。
哪位朋友如果有更好的解决方法一定要告诉我! :em11
广播自己的IP和hostname

代码: 全选

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
auv1107
帖子: 20
注册时间: 2011-11-12 23:02

Re: 自己写了个聊天工具,暂时取名为TChat

#89

帖子 auv1107 » 2012-11-11 8:12

在网盘里更新ip,把客户端指向网盘里的文件

Sent from my M9 using Tapatalk
auv1107.github.com

代码: 全选

no weight
[/url]
头像
wanghongxu
帖子: 19
注册时间: 2012-08-08 16:26

Re: 自己写了个聊天工具,暂时取名为TChat

#90

帖子 wanghongxu » 2012-11-11 9:49

谢了。收下了
回复