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

2408:8207* Posted at: 1 day ago 👁24

Traceback (most recent call last):
File "videotrans\mainwin\_actions.py", line 440, in check_start
File "videotrans\configure\_config_loader.py", line 326, in parse_init
FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/Administrator/AppData/Local/Temp/360zip$Temp/360$0/win-videotrans-v3.84/videotrans/cfg.json'


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

1 Replies

This error occurs because you are trying to run the software directly from within the compressed archive (e.g., a .7z or .zip file), which is not allowed.

The error message indicates that the program is looking for its configuration file (cfg.json) in a temporary directory created by your archiver (360zip). This path is invalid for normal operation.

Solution:

  1. Extract the software: You must fully extract the downloaded .7z archive to a permanent location on your hard drive (e.g., D:\pyVideoTrans).
  2. Use a proper path: The extraction path should not contain Chinese characters, spaces, or special symbols. A simple path like D:\pyVideoTrans is recommended.
  3. Do not run from the archive: Never double-click sp.exe directly inside the compressed file explorer window.
  4. Run the executable: After extraction, navigate to the folder you created and double-click the sp.exe file from there.

Important Notes:

  • Do not extract the software to system-protected directories like C:\Program Files.
  • Ensure you have downloaded the full software package, not just an update patch. If you only have an update patch, you need to download the complete package first, extract it, and then overwrite it with the patch files.

Please refer to the relevant documentation:

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.

Related resource

Similar issues already exist