Riazuddin wrote: > > Hi All, > > I have a gzip'ed file. i want to extract certain files from this > gzipped file. Does any1 have an idea of doing this in Python ? >
Python has some libraries (1st google hit for "python zlib" here) http://effbot.org/librarybook/zlib.htm So you can decompress the file/stream.. the issue is, it's just that.. a single file or stream. I *assume* you have something packed inside that file.. like a zip/tar/cpio archive, and we are gonna need a *teensy* bit more detail before we send you packing off to google to figure it out.. Brad -- "Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so." -- Douglas Adams Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/dubailug/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
