j
k
j a
j l
On 08 November 2001, Dan Mick said: ...Your Python has to have the 'gzip' module installed, which not all do. Don't you mean "zlib"?
On 08 November 2001, Dan Mick said:
Your Python has to have the 'gzip' module installed, which not all do.
Don't you mean "zlib"?
The import is for the module named 'gzip'. When one imports 'gzip', that module also imports 'zlib'.
Back to the thread
Back to the list