creating zipfile with symlinks

Larry Martell larry.martell at gmail.com
Thu Mar 3 15:58:10 EST 2016


On Thu, Mar 3, 2016 at 1:37 PM, Larry Martell <larry.martell at gmail.com> wrote:
> I have a script that creates zip files of dirs containing symlinks. I
> was surprised to find that the zipfiles have zipped the targets of the
> links as opposed to the links themselves, which is what I wanted and
> expected. Googling I found this:
>
> https://doeidoei.wordpress.com/2010/11/23/compressing-files-with-python-symlink-trouble/
>
> Which I don't love as a solution. Anyone know a cleaner way to get
> zipfile to zip the links?

Actually the code on that site doesn't work at all, so it's not a solution :-(



More information about the Python-list mailing list