amazfitbip / tools

GNU General Public License v2.0
126 stars 58 forks source link

About zh-merge_old2new_trans.py script #32

Open mellijr opened 7 years ago

mellijr commented 7 years ago

In Python I use this command zh-merge_old2new_trans.py -o zh-cn2en.txt.0.0.8.96 -i zh-cn2en.txt.0.0.8.74 and occur this error:

C:\Python27>zh-merge_old2new_trans.py -o zh-cn2en.txt.0.0.8.96 -i zh-cn2en.txt.0.0.8.74 Traceback (most recent call last): File "C:\Python27\Scripts\zh-merge_old2new_trans.py", line 17, in with open(args.input, 'r') as f: IOError: [Errno 2] No such file or directory: 'zh-cn2en.txt.0.0.8.74'