daanzu / kaldi-active-grammar

Python Kaldi speech recognition with grammars that can be set active/inactive dynamically at decode-time
GNU Affero General Public License v3.0
332 stars 49 forks source link

Issue updating lexicon in frozen app #53

Open etfre opened 3 years ago

etfre commented 3 years ago

I'm running into this error updating the lexicon in an application bundled with cx_Freeze on Windows 10. I tried manually adding all of the kaldi_active_grammar/kaldi/*.py files to the dist as cx_Freeze wasn't picking up modules invoked by utils.ExternalProcess but am still getting the same exception.

daanzu commented 3 years ago

I think this may be related to #54.