I had the same issues in Suse Enterprise Linux 10 sp1. There seems to be one step missing in all the install guides. Set PYTHON to your python executable after you install the non SuSE version of python. I did not install python into /usr/local which is one of the places the zenoss install scripts look. I put in in /opt/python. Because of this zenoss was using /usr/bin/python which is known not to work on SuSE systems.
export PYTHON=/opt/python/bin/python Adding the above live to my zenoss users .bashrc solved my install problems on with 2.0.6. ------------------------ Greg -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=10791#10791 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
