Python:compressor在windows上错误
在windows上设置python的compressor时候会报一个错,乱码
切换windows语言到英文:
The process cannot access the file because it is being used by another proc
查找文件site-packages/compressor/filters/base.py
找到第112行
options["outfile"] = self.outfile.name
后写入:
self.outfile.close()