Re: zipfile 2GB problems?
- From: xamdam <maxkhesin@xxxxxxxxx>
- Date: Sun, 15 Jul 2007 19:49:09 -0000
Additional info: my file is from a data provider, do not know what
they used to compress it. Previous files worked ok, this one is the
1st over 2GB. Winzip has no problem with it.
It could be you are using a Python with an in-built limit of 2GB on file
size. What happens if you open the file, seek past the 2GB point and
then try and read data?
Steve,
I used is_zipfile function, which from does exactly that from a quick
read - goes to the end, reads expected string. It worked fine. Tried
regular Windows 2.4.4 and 2.5.1, same result.
.
- Follow-Ups:
- Re: zipfile 2GB problems?
- From: Steve Holden
- Re: zipfile 2GB problems?
- References:
- zipfile 2GB problems?
- From: xamdam
- Re: zipfile 2GB problems?
- From: xamdam
- Re: zipfile 2GB problems?
- From: Steve Holden
- zipfile 2GB problems?
- Prev by Date: RE: Dict Help
- Next by Date: Re: Can a low-level programmer learn OOP?
- Previous by thread: Re: zipfile 2GB problems?
- Next by thread: Re: zipfile 2GB problems?
- Index(es):
Relevant Pages
|