py2exe + XML-RPC problem

2005-04-14 Thread codecraig
Hi, I tried to take the Monkey Shell script (http://www.sharp-ideas.net/archives/2005/03/monkey_shell_us.html) and make it into an executable. I am making an executable for the server piece (monkey_shelld.py). So my setup.py looks like this # setup.py from distutils.core import setup import

Re: py2exe + XML-RPC problem

2005-04-14 Thread codecraig
update to this. I generated an exe for the client and server. They both run fine, except, when i send a command from the client to server, the cleint spits out this.. xmlrpclib.ProtocolError: ProtocolError for 10.50.20.5:80/RPC2: -1 When I run the .py's by themselves I do not get this. This