标题:初学python,关于zip 命令
取消只看楼主
fs2012
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2012-11-9
结帖率:0
已结贴  问题点数:20 回复次数:0 
初学python,关于zip 命令
初学python,可能问的问题有点奇怪。
我照网上的例子抄了一份backup.py

1 import os
2 import time

3 source=[r'C:\My Documents', r'F:\account']
4 target_dir = r'F:\book'
5 target =target_dir + time.strftime('%Y%m%d%H%M%S') + '.zip'

6 zip_command = ''zip -qr {} {}'' .format(target, ''.join(source))

7 print(zip_command)
然后运行的时候出现
6 zip_command = ''zip -qr {} {}'' .format(target, ''.join(source))
这一行错误:syntaxerror:invalid syntax

请问如何解决这个问题,已经安装了gnuwin32.


[ 本帖最后由 fs2012 于 2012-11-9 15:21 编辑 ]
搜索更多相关主题的帖子: 安装 invalid python import 
2012-11-09 10:33



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-386509-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.442156 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved