can anyone help me?
--
http://mail.python.org/mailman/listinfo/python-list
ok, here is my code, zip
http://www.mediafire.com/?ob4kokda81fj6xc
--
http://mail.python.org/mailman/listinfo/python-list
there are still these 2 problems and i don't know how to solve it
--
http://mail.python.org/mailman/listinfo/python-list
yes, it's run but appear:
in server: Server is ready.
Accepted connection from ('127.0.0.1', 5000)
End connection from ('127.0.0.1', 5000)
after connected, server close.
in client: Connected to server at 127.0.0.1 : 4000
Traceback (most recent call last):
File "C:\Users\MINH_IT\workspace\proje
please help me, after changing broadcast, there are 2 bugs:
if __name__ == "__main__":
sys.exit(main())
and
rQueue, wQueue, xQueue = select.select(inputs, [], [])
please help me
--
http://mail.python.org/mailman/listinfo/python-list
yes, still have 2 bugs:
sys.exit(main())
rQueue, wQueue, xQueue = select.select(inputs, [], [])
--
http://mail.python.org/mailman/listinfo/python-list
ok, in client.py, i change broadcastIP = "broadcast" to broadcastIP =
"127.0.0.1",it's ok, but there are some bugs
sys.exit(main())
rQueue, wQueue, xQueue = select.select(inputs, [], [])
--
http://mail.python.org/mailman/listinfo/python-list
ok, in client.py, i change broadcastIP = "broadcast" to broadcastIP =
"127.0.0.1" but there are some bugs
sys.exit(main())
rQueue, wQueue, xQueue = select.select(inputs, [], [])
--
http://mail.python.org/mailman/listinfo/python-list
but, how can I fix it?
--
http://mail.python.org/mailman/listinfo/python-list
ok, here is my code, zip
http://www.mediafire.com/?ob4kokda81fj6xc
--
http://mail.python.org/mailman/listinfo/python-list
Hello everybody, i am doing my project: local network chat using python
here is my file
http://www.mediafire.com/?cc2g9tmsju0ba2m
when i compile client.py, there is some bug
Traceback (most recent call last):
File "C:\Users\MINH_IT\workspace\project\src\project\pclient.py", line 303, in
sys.exit(
11 matches
Mail list logo