python-myanmar icon indicating copy to clipboard operation
python-myanmar copied to clipboard

Cannot import modules

Open dxcore35 opened this issue 7 years ago • 2 comments

from myanmar.romanizer import romanize, MLC
from myanmar.romanizer import romanize, IPA

ImportError: cannot import name 'romanize'

from myanmar.romanizer import romanize, BGN_PCGN

work fine!

dxcore35 avatar Sep 10 '18 23:09 dxcore35

Hello! did this issue already solve ? I had installed pip install python-myanmar though I am still dealing with this from myanmar.romanizer import romanize ModuleNotFoundError: No module named 'myanmar.romanizer'

Alexpeain avatar Aug 03 '25 05:08 Alexpeain

romanizer package was not included while packaging the library. Fixed in this PR: https://github.com/trhura/python-myanmar/pull/26

laminko avatar Aug 18 '25 11:08 laminko