I'm making a file injection program via FTP {User runs program, ftp downloads another program to a distant folder and runs that program} When I try to make a zip file in my system 32 fold python yells at me and says YOU CANT DO THAT!
Is there a module I can use to get around this? Thanks here is my code
l_zipfile = open("C:\\Program Files\\"+zipfilename, 'w'
Compile it with py2exe then run as Administrator. This worked for me.