ogkalu2 / comic-translate

Desktop app for automatically translating comics - BDs, Manga, Manhwa, Fumetti and more in a variety of formats (Image, Pdf, Epub, cbr, cbz, etc) and in multiple languages.
Apache License 2.0
528 stars 47 forks source link

Frozen GUI #55

Closed Randy-and-Rachel closed 1 month ago

Randy-and-Rachel commented 1 month ago

I've installed comic-translate as per the instructions, and (upon receiving the error message noting its necessity) installed fugashi-1.3.2-cp312-cp312-win_amd64 in the folder as well. Now, when I attempt to run comic.py, the Python screen comes up blank, and the GUI pops up (offscreen, but I can maximize it and bring it onto the screen, so that's no problem), but I can't select anything on it; it's like it's frozen or something. Any idea as to what I need to do here?

ogkalu2 commented 1 month ago

@Randy-and-Rachel Uninstall that version of fugashi

Then try pip install for the following: fugashi pyperclip unidic_lite

Let me know if this works

Randy-and-Rachel commented 1 month ago

Thanks so much; that works a treat. I have discovered that I still need to run only a few (20-30 pages) at a time; the program seems to choke on a tankoubon, but the thing runs, and gives a reasonable output (at least, infinitely better than I could do on my own, and pretty fast, too). Thanks again for devising this!