Kocarus / Manga-Translator-TesseractOCR

Automatically translates manga pages with Tesseract-OCR and Google Translate API for Python
100 stars 24 forks source link

Error: can't find '__main__' module #3

Closed coopw1 closed 11 months ago

coopw1 commented 4 years ago

I'm trying to run the program with the example images, and I'm getting

C:\Users[User]\AppData\Local\Temp\manga_translate.py\venv\Scripts\python.exe: can't find 'main' module in 'C:/Users/[User]/AppData/Local/Temp/manga_translate.py'

Process finished with exit code 1

Kocarus commented 2 years ago

There's still "main" function in "manga_translate.py". Seem you have to recheck for mispell or something, it's weird that it's detected missing. GL 🤝