I am just installed Pocketsphinx and Sphinxbase and give all the related path accordingly::
export LD_LIBRARY_PATH=/usr/local/lib/
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
export PS_BASE=/usr/local
export PYTHONPATH=/usr/lib/python2.6/site-packages/
export PATH=$PATH:$LD_LIBRARY_PATH:$PYTHONPATH
pocketsphinx_continous is working fine
but still while importing sphinxbase or pocketsphinx it shows error :
import pocketsphinx Traceback (most recent call last): File "", line 1, in ImportError: No module named pocketsphinx
what else am i missing? Pls help me.