Re: [Distutils] occasional zipimport.ZipImportError: bad local file header

2009-02-10 Thread P.J. Eby
At 06:43 PM 2/5/2009 +, Fadhley Salim wrote: I'm working on an automatic testing framework which installs eggs downloaded directly from the web-server. From time to time I get a very long stacktrace leading to a ZipImportError (see the pastebin link). Leading up to the error all I do is

[Distutils] occasional zipimport.ZipImportError: bad local file header

2009-02-05 Thread Fadhley Salim
I'm working on an automatic testing framework which installs eggs downloaded directly from the web-server. From time to time I get a very long stacktrace leading to a ZipImportError (see the pastebin link). Leading up to the error all I do is download the egg into the system's %TEMP% folder. I'm