Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sebsauvage
  • Content: Threads
  • Order by date
  1. sebsauvage

    gzip original file size.

    Hello ! I'm using the gzip module of Python. I'm trying to know the original size of a file compressed in .gz. How could I do this ? Do I have to perform GzipFile()/seek(0,2)/tell() to know the original file size ? <yuk!> Do I have to parse myself the gzip header ? <grin> Or is there a...

Part and Inventory Search

Back
Top