ilius / pyglossary

A tool for converting dictionary files aka glossaries. Mainly to help use our offline glossaries in any Open Source dictionary we like on any modern operating system / device.
GNU General Public License v3.0
2.23k stars 237 forks source link

Yomichan errors #577

Closed mammadno closed 1 month ago

mammadno commented 1 month ago

Hey, I just installed Python 3.12.5 and Pyglossary but encountered these errors while trying to convert a Babylon dictionary to Yomichan format.

image

ilius commented 1 month ago

Please run this:

python -m pip install lxml beautifulsoup4

and try again.

mammadno commented 1 month ago

fixed thank you