On Aug 1, 8:44 am, Adam Kubica <[EMAIL PROTECTED]> wrote: > Hellou. > > Anybody know about code that work equivalent to gzinflate() > function used in PHP? > > I search via google but I don't found anything sensible :-(
I'm not sure what gzinflate does, but it looks like it's some kind of compression/decompression method. Python can do that. Check out the following links: http://www.python.org/doc/lib/module-gzip.html http://www.python.org/doc/lib/module-zlib.html http://python.active-venture.com/lib/module-bz2.html Hopefully this is the type of thing you were looking for. Mike -- http://mail.python.org/mailman/listinfo/python-list