You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: