I get the bellow error when I try to start the service :
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
Traceback (most recent call last):
File "/usr/lib/cmf/agent/src/cmf/agent.py", line 3, in <module>
import argparse
ImportError: No module named argparse
Any pointers what Might be going wrong ?