Closed GoogleCodeExporter closed 9 years ago
Just investigated this... and it's not a problem with fsmount.
The 'problem' is that the ZipExtFile returned by
http://docs.python.org/library/zipfile.html#zipfile.ZipFile.open doesn't
support seek - and there'd be no efficient way for ZipExtFile to support it
either.
However the good news is you can still do what you want with the fscat command,
e.g.
fscat 'zip://xxx.zip!test.txt'
Original comment by gc...@loowis.durge.org
on 16 Aug 2012 at 11:19
Original issue reported on code.google.com by
relvig...@gmail.com
on 11 May 2012 at 1:30