Re: Problem patching SimpleXMLRPCServer.py

2005-12-06 Thread Thomas G. Apostolou
Its ok now, it seems the problem was that i had saved the file in UTF-8 format ??? I got it again and saved it in Greek(ISO) format and it now goes fine "Thomas G. Apostolou" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello all, > I use Python 2.3.3 and try to patch Si

Problem patching SimpleXMLRPCServer.py

2005-12-06 Thread Thomas G. Apostolou
Hello all, I use Python 2.3.3 and try to patch SimpleXMLRPCServer.py with the patch i got from Python.org. so after changing to the directory where both SimpleXMLRPCServer.py and SimpleXMLRPCServer.patch reside i run : patch -i SimpleXMLRPCServer.patch -b --verbose --dry-run SimpleXMLRPCServer.py a