#96 AttributeError: module 'videotrans.util.tools' has no attribute '_unlink_tmp'

103.172* Posted at: 1 month ago 👁52

Traceback (most recent call last):

File "/Volumes/Dev/pyvideotrans/videotrans/mainwin/_main_win.py", line 454, in closeEvent

tools._unlink_tmp()

^^^^^^^^^^^^^^^^^

File "/Volumes/Dev/pyvideotrans/videotrans/util/tools.py", line 62, in __getattr__

raise AttributeError(f"module '{__name__}' has no attribute '{name}'")

AttributeError: module 'videotrans.util.tools' has no attribute '_unlink_tmp'

=====

macOS-15.6-arm64-arm-64bit-Mach-O

version:v3.78

frozen:False

1 Replies

Admin

打开/Volumes/Dev/pyvideotrans/videotrans/mainwin/_main_win.py,删掉第454行

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