Hi,
I'm trying opscenter now and follow the tutorial at http://opscenter.datastax.com/install.html#free
But after I get all set up and try to start the opscenter service using : sudo /sbin/service opscenterd start
It returns some errors saying(I'm using CentOS 5.4):
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/share/opscenter/bin/set_passwd.py", line 11, in <module>
import stat
ImportError: No module named stat
I think maybe the reason is because the default python for CentOS is Python2.4
