sorry, I am actually still getting the 500 internal error I reported
earlier.
thanks for ur input.
--
http://mail.python.org/mailman/listinfo/python-list
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:
When I run the .py's by themselves I do not get this. This only occurs
with the generated .exe's.
th
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 py