Re: trying to gzip uncompress a StringIO

2007-05-23 Thread Graeme Glass
On May 23, 2:37 am, [EMAIL PROTECTED] wrote: > Perfect, thanks! Now I have a working WMF file and everything. > > Bob Now you just got to get your reply button working :-D -- http://mail.python.org/mailman/listinfo/python-list

Re: trying to gzip uncompress a StringIO

2007-05-22 Thread bob
Perfect, thanks! Now I have a working WMF file and everything. Bob -- http://mail.python.org/mailman/listinfo/python-list

Re: trying to gzip uncompress a StringIO

2007-05-22 Thread bob
Perfect, thanks! Now I have a working WMF file and everything. Bob -- http://mail.python.org/mailman/listinfo/python-list

Re: trying to gzip uncompress a StringIO

2007-05-22 Thread bob
Perfect, thanks! Now I have a working WMF file and everything. Bob -- http://mail.python.org/mailman/listinfo/python-list

Re: trying to gzip uncompress a StringIO

2007-05-22 Thread bob
Perfect, thanks! Now I have a working WMF file and everything. Bob -- http://mail.python.org/mailman/listinfo/python-list

Re: trying to gzip uncompress a StringIO

2007-05-22 Thread John Machin
On 23/05/2007 7:48 AM, Gabriel Genellina wrote: > En Tue, 22 May 2007 14:22:25 -0300, <[EMAIL PROTECTED]> escribió: > >> I'm using the code below to read the zipped, base64 encoded WMF file >> saved in an XML file with "Save as XML" from MS Word. As the "At this >> point" comment shows, I know tha

Re: trying to gzip uncompress a StringIO

2007-05-22 Thread Gabriel Genellina
En Tue, 22 May 2007 14:22:25 -0300, <[EMAIL PROTECTED]> escribió: > I'm using the code below to read the zipped, base64 encoded WMF file > saved in an XML file with "Save as XML" from MS Word. As the "At this > point" comment shows, I know that the base64 decoding is going fine, > but unzipping fr

trying to gzip uncompress a StringIO

2007-05-22 Thread bob
I'm using the code below to read the zipped, base64 encoded WMF file saved in an XML file with "Save as XML" from MS Word. As the "At this point" comment shows, I know that the base64 decoding is going fine, but unzipping from the decodedVersion StringIO object isn't getting me anything, because th