python-myanmar
python-myanmar copied to clipboard
Cannot import modules
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!
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'
romanizer package was not included while packaging the library. Fixed in this PR: https://github.com/trhura/python-myanmar/pull/26