rtionError: __main__
It seems that the situation described here is similar:
http://bugs.python.org/issue10128
But the patch doesn't work for me.
Anybody knows how to fix this?
Thanks.
--
Best Regards,
Leo Jay
___
Python-Dev mailing list
Python-Dev@
ghts.html
>
> Enjoy this release,
> Martin
>
> Martin v. Loewis
> mar...@v.loewis.de
> Python Release Manager
> (on behalf of the entire python-dev team)
--
Best Regards,
Leo Jay
___
Python-Dev mailing list
Python-Dev@python.org
http:/
There is a syntax error in the client side code of
"SocketServer.UDPServer Example" in
http://docs.python.org/library/socketserver.html:
import socket
import sys
HOST, PORT = "localhost"
data = " ".join(sys.argv[1:])
Obviously, it should be:
HOST, PORT =