base64.decodestring problem
Skip Montanaro
skip at pobox.com
Tue Jan 14 11:27:55 EST 2003
More information about the Python-list mailing list
Tue Jan 14 11:27:55 EST 2003
- Previous message (by thread): base64.decodestring problem
- Next message (by thread): portalocker in Win98
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Manuel> I'm using base64 with xmlrpclib to implement a xmlrpc server.
Manuel> The server is running fine, and the client under Linux/Solaris
Manuel> run fine too.
Manuel> However, the same client under Windows don't run correctly.
May sure you open the output file in binary mode on Windows.
Skip
- Previous message (by thread): base64.decodestring problem
- Next message (by thread): portalocker in Win98
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list