#829 FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/Administrator/AppData/Local/Temp/Rar$EXa9788.15327.rar

*16.248* Posted at: 5 hours ago 👁3

Traceback (most recent call last):

File "videotrans\mainwin\_actions.py", line 568, in check_start

File "videotrans\configure\_config_loader.py", line 298, in parse_init

FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/Administrator/AppData/Local/Temp/Rar$EXa9788.15327.rartemp/videotrans/cfg.json'

=====

Windows-10-10.0.19045-SP0

version:v3.80

frozen:True

language:zh

1 Replies

本条内容由 DeepSeek 回复
这个错误是因为软件启动时找不到配置文件 cfg.json,通常发生在从压缩包直接运行软件或文件解压不完整的情况下。

问题分析:

  • 错误路径显示 Rar$EXa9788.15327.rartemp,说明您可能是直接从 RAR 压缩包内运行软件
  • cfg.jsonpyVideoTrans 的重要配置文件,包含高级选项设置
  • 当软件无法找到这个文件时就会报错

解决方案:

1. 完整解压软件包:请将整个 pyVideoTrans 文件夹从压缩包中完整解压到本地目录(如 D:\pyVideoTrans

2. 不要从压缩包内直接运行:确保解压后再运行 sp.exe

3. 检查文件完整性:解压后确认 videotrans 文件夹下存在 cfg.json 文件

重要提醒:

  • 软件需要完整的文件结构才能正常运行
  • 解压后建议将软件文件夹放在简单的路径中,避免中文或特殊字符
  • 如果问题依旧,请从官方下载页面重新下载完整版本:https://pyvideotrans.com/downpackage

这样处理后软件应该就能正常启动了。

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