Error on base64.b64decode() ?!
Christoph Krammer
redtiger84 at googlemail.com
Sat Oct 13 10:34:28 EDT 2007
More information about the Python-list mailing list
Sat Oct 13 10:34:28 EDT 2007
- Previous message (by thread): Error on base64.b64decode() ?!
- Next message (by thread): Error on base64.b64decode() ?!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 12 Okt., 17:09, Jean-Paul Calderone <exar... at divmod.com> wrote: > If you get an incorrect padding error, try appending a "=" and decoding > again. If you get the error again, try appending one more "=". If it > still doesn't work, then you might be out of luck. This seems to work in some cases, but not all. Whats the deal with this adding of "="? Is there an implementation error in python, or are other implemenations of base64 more robust then they have to be? Christoph
- Previous message (by thread): Error on base64.b64decode() ?!
- Next message (by thread): Error on base64.b64decode() ?!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list