#1460 FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/Administrator/AppData/Local/Temp/360zip$Temp/360$0/vid

101.28* Posted at: 2 hours ago 👁7

Traceback (most recent call last):
File "videotrans\winform\setini.py", line 56, in save
File "videotrans\configure\_config_loader.py", line 213, in parse_init
FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/Administrator/AppData/Local/Temp/360zip$Temp/360$0/videotrans/cfg.json'


=
system:Windows-10-10.0.19045-SP0
version:v3.84
frozen:True
language:zh
root_dir:C:/Users/Administrator/AppData/Local/Temp/360zip$Temp/360$0

1 Replies

这个错误表明您将软件解压到了一个包含特殊字符 $ 的临时路径中,导致配置文件无法正常创建和读取。

解决方法:

  1. 关闭当前软件。
  2. 将整个软件文件夹从当前路径(C:/Users/Administrator/AppData/Local/Temp/360zip$Temp/360$0/)移动到一个纯英文、无特殊字符的路径下。

    • 推荐路径示例: D:\videotransE:\pyVideoTrans
  3. 从新的路径重新启动 sp.exe

重要提醒:

  • 永远不要在压缩包内直接双击运行 sp.exe
  • 不要将软件放在系统保护目录(如 Program Files)或路径包含空格、中文、$& 等特殊字符的文件夹中。
Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Donate: https://ko-fi.com/jianchang512

Similar issues already exist

Trending Questions