def my(self):
from telnetlib import Telnet
self.LineEdit1.setText("bbs.tsinghua.edu.cn")
a=self.LineEdit1.text()
## at first I want use :
## rn=Telnet(a,23)
## But it said an invalid parameter ,so I want to test if a is
# equall to"bbs.tsinghua.edu.cn
##
print a
b="bbs.tsinghua.edu.cn"
print b
print a==b
## the result is 0 ,that means a is not equal to b ,how
#can I make my intention into reality
_____________________________________________
[�㲻���� ��������] ����ר�úţ�95963���û���/���룺263
�ػݾ�Ʒ�յ������� http://shopping.263.net/hotsale/aircondition/index.asp
_______________________________________________
PyKDE mailing list [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde