twm1010 wrote: > AttributeError: 'ZenPack' object has no attribute '__of__'
This error means you have a broken ZenPack. zenpack --list might tell you which. If the broken zenpack is an old-style, non-egg zenpack then just unzip the zenpack file in $ZENHOME/Products. For broken egg zenpacks you need to execute this command: Code: zenoss$ easy_install --site-dirs=$ZENHOME/ZenPacks -d $ZENHOME/ZenPacks <The ZenPack .egg file> The easy_install script should be in $ZENHOME/bin and be on the zenoss user's path already unless you are on the appliance. Unfortunately it doesn't look like the easy_install script is present on the appliance. I'm looking into this. -jason -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=20384#20384 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
