Re: zipfile and file permissions

2006-01-23 Thread Pete Forman
Robert Kern <[EMAIL PROTECTED]> writes: > Pete Forman wrote: >> I'm trying to move the building of a zip file from a shell script into >> python. It is mostly working but when I unzip the files the UNIX >> permissions are not preserved. The zip program I've been using is the >> standard(?) one

Re: zipfile and file permissions

2006-01-20 Thread Robert Kern
Pete Forman wrote: > I'm trying to move the building of a zip file from a shell script into > python. It is mostly working but when I unzip the files the UNIX > permissions are not preserved. The zip program I've been using is the > standard(?) one on Linux, from Info-Zip. Presumably I need to d

zipfile and file permissions

2006-01-20 Thread Pete Forman
I'm trying to move the building of a zip file from a shell script into python. It is mostly working but when I unzip the files the UNIX permissions are not preserved. The zip program I've been using is the standard(?) one on Linux, from Info-Zip. Presumably I need to do something with external_a