[Tutor] Writing to a file problem....

Kent Johnson kent37 at tds.net
Fri Dec 5 12:46:25 CET 2008


On Fri, Dec 5, 2008 at 3:51 AM, Marty Pitts <mortimerp at live.com> wrote:


> #5. We use the zip command to put files in a zip archive
> zip_command = "c:\Users\Marty\Zip\Zip -!rv '%s' %s" % (target, ' '.join(source))

It might help to print zip_command, to make sure it is what you
expect. You can take the printed command and try it on the command
line yourself.

Kent


More information about the Tutor mailing list