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

IP: 103.172.x.x Posted at: 9 days ago

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

Trending Questions