twm1010 wrote: > there is no python directory inside $ZENHOME/bin/ > > I'm not sure what you mean by "which python". >
Most Zenoss installs have a python binary (or at least a symlink to it) in $ZENHOME/bin. I forgot you are on the appliance, so you might not have a $ZENHOME/bin/python. Also, the virtual appliance doesn't have the 'which' command installed. Which is a tool for telling you which exact file on the filesystem is going to be executed as the result of entering a command on the command line. What happened when you tried to reinstall the HttpMonitor egg file using easy_install? What is the output from these steps? Code: zenoss$ zenpack --list zenoss$ cat $ZENHOME/lib/python/sitecustomize.py zenoss$ zendmd >>> import sys >>> sys.path >>> for p in dmd.ZenPackManager.packs(): ... p.path() # This line indented two spaces ... # Just hit return on this line >>> #hit ctl-d to exit zendmd -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=20479#20479 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
