import xmlrpclib, codeurl = 'http://localhost:8765/'s = xmlrpclib.ServerProxy(url)interp = code.InteractiveConsole({'s': s})interp.interact("interact with the server.")