zlib Error -3
DeepBleu
DeepBleu at DeepBleu.org
Mon Jan 7 16:05:43 EST 2002
More information about the Python-list mailing list
Mon Jan 7 16:05:43 EST 2002
- Previous message (by thread): Python 2.2 has nested scope. Has Tutorial been updated?
- Next message (by thread): zlib Error -3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hmmmm......... I tried >>> import zipfile and then? Wait a minute, do not tell me :) I have to create an instant using ZipFile. Back to the drawing board. I think I got it. DeepBleu "Andrew Kuchling" <akuchlin at mems-exchange.org> wrote in message news:3dofk5dh18.fsf at ute.mems-exchange.org... > "DeepBleu" <DeepBleu at DeepBleu.org> writes: > > >>> zlib.decompress("c:\\test.zip") > > You want the zipfile module, not the zlib module which implements just > the low-level compression algorithm. The above line is trying to > decompress the actual string data c:\test.zip, which obviously isn't > going to work. > > --amk
- Previous message (by thread): Python 2.2 has nested scope. Has Tutorial been updated?
- Next message (by thread): zlib Error -3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list