The python path should by set up by the support scripts based on ZENHOME.
Does this work: export PYTHONPATH=$ZENHOME/lib/python sudo python -c 'import Globals' -Eric Manoj Sonawane wrote:
sudo python -c 'import os; print os.environ["ZENHOME"]' /usr/local/zenoss it works but import Globals does not. [EMAIL PROTECTED]:~/zenoss-0.21.1$ sudo python -c 'import Globals;' Traceback (most recent call last): File "<string>", line 1, in ? ImportError: No module named Globals
_______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
