Re: pocketsphinx no module named pocketsphinx found

2016-07-12 Thread ldompeling
Op dinsdag 12 juli 2016 10:00:51 UTC+2 schreef ldomp...@casema.nl: > I try to run an example python file for pocketsphinx but I get this error: > > File "continuous_test.py", line 5, in > from pocketsphinx.pocketsphinx import * > ImportError: No module named pocketsphinx > > Does somebody k

Re: pocketsphinx no module named pocketsphinx found

2016-07-12 Thread Steven D'Aprano
On Tue, 12 Jul 2016 09:32 pm, ldompel...@casema.nl wrote: > I reinstall pocketsphinx python and now I don't get any errors while > import from pocketsphinx. So I tried to run some python examples and now I > get this error. I don't have a clue whats coing on. [...] > RuntimeError: new_Decoder re

Re: pocketsphinx no module named pocketsphinx found

2016-07-12 Thread ldompeling
Op dinsdag 12 juli 2016 10:00:51 UTC+2 schreef ldomp...@casema.nl: > I try to run an example python file for pocketsphinx but I get this error: > > File "continuous_test.py", line 5, in > from pocketsphinx.pocketsphinx import * > ImportError: No module named pocketsphinx > > Does somebody k

Re: pocketsphinx no module named pocketsphinx found

2016-07-12 Thread Steven D'Aprano
On Tuesday 12 July 2016 18:47, ldompel...@casema.nl wrote: > Op dinsdag 12 juli 2016 10:00:51 UTC+2 schreef ldomp...@casema.nl: >> I try to run an example python file for pocketsphinx but I get this error: >> >> File "continuous_test.py", line 5, in >> from pocketsphinx.pocketsphinx import *

Re: pocketsphinx no module named pocketsphinx found

2016-07-12 Thread ldompeling
Op dinsdag 12 juli 2016 10:00:51 UTC+2 schreef ldomp...@casema.nl: > I try to run an example python file for pocketsphinx but I get this error: > > File "continuous_test.py", line 5, in > from pocketsphinx.pocketsphinx import * > ImportError: No module named pocketsphinx > > Does somebody k

Re: pocketsphinx no module named pocketsphinx found

2016-07-12 Thread Peter Otten
ldompel...@casema.nl wrote: > I try to run an example python file for pocketsphinx but I get this error: > > File "continuous_test.py", line 5, in > from pocketsphinx.pocketsphinx import * > ImportError: No module named pocketsphinx > > Does somebody knows how to repair this. Did you insta