raryelcostasouza / pyTranscriber

pyTranscriber can be used to generate automatic transcription / automatic subtitles for audio/video files through a friendly graphical user interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot run it

yypk opened this issue · comments

commented

When I click the "Generate Subtitles" botton, it can run step 1. However, the whole program disappeared when it is running step 2.

Which OS are you running?
Could you please try to run the program from command line and pasting the output you get here.
Thanks!

commented

C:\Program Files (x86)\pyTranscriber>pyTranscriber.exe
Traceback (most recent call last):
File "pytranscriber\control\thread_exec_autosub.py", line 116, in run
File "pytranscriber\control\thread_exec_autosub.py", line 105, in __loopSelectedFiles
File "pytranscriber\control\thread_exec_autosub.py", line 63, in __runAutosubForMedia
File "pytranscriber\control\ctr_autosub.py", line 143, in generate_subtitles
AttributeError: type object 'Ctr_Autosub' has no attribute 'pool'