Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eztrans로 번역을 선택하고 실행하면 오류가 일어납니다 #4

Open
saihd opened this issue Feb 5, 2021 · 2 comments
Open

Comments

@saihd
Copy link

saihd commented Feb 5, 2021

download done
progess
0%| | 0/10 [00:00<?, ?it/s]Exception in thread Thread-5:
Traceback (most recent call last):
File "threading.py", line 914, in _bootstrap_inner
File "threading.py", line 862, in run
File "manga_translator.py", line 97, in processTranslationTask
File "text_translate.py", line 39, in translate
File "text_translate.py", line 16, in translateList
File "text_translate.py", line 26, in translateEztrans
File "subprocess.py", line 676, in init
File "subprocess.py", line 957, in _execute_child
FileNotFoundError: [WinError 2] 지정된 파일을 찾을 수 없습니다

google ocr 과 eztrans 를 사용하였을때 이런 오류가 계속 일어납니다

@saihd
Copy link
Author

saihd commented Feb 5, 2021

download done
progess
0%| | 0/10 [00:00<?, ?it/s]Exception in thread Thread-10:
Traceback (most recent call last):
File "threading.py", line 914, in _bootstrap_inner
File "threading.py", line 862, in run
File "manga_translator.py", line 97, in processTranslationTask
File "text_translate.py", line 39, in translate
File "text_translate.py", line 16, in translateList
File "text_translate.py", line 26, in translateEztrans
File "subprocess.py", line 676, in init
File "subprocess.py", line 957, in _execute_child
OSError: [WinError 225] 파일에 바이러스 또는 기타 사용자 동의 없이 설치된 소프트웨어가 있기 때문에 작업이 완료되지 않았 습니다
이런 것도 뜨더군요 물론 방화벽을 해제하면 해결되니 큰 문제는 아닙니다만

@ttop32
Copy link
Owner

ttop32 commented Feb 5, 2021

File "text_translate.py", line 26, in translateEztrans 에서

JMTrans/lib_/ez_trans.exe 를 실행을 실행시키고
해당 프로그램이 eztrans xp ehnd dll인 C:\Program Files (x86)\ChangShinSoft\ezTrans XP\J2KEngineH.dll 을 실행시키는데

에러 문에서는 해당 파일이 없다고 뜨는거로 봐서는
JMTrans/lib_/ez_trans.exe랑
C:\Program Files (x86)\ChangShinSoft\ezTrans XP\J2KEngineH.dll 둘다 존재하는지 봐주시겠어요?
안티바이러스같은거는 신경 안쓰고 만들어서 혹시 삭제되지않았나해서요

저도 한동안 안써서 다시 실행해보기는 할게요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants