You need to install the setuptools package.  It's available here:
  http://cheeseshop.python.org/pypi/setuptools


-c

On May 10, 2007, at 1:58 PM, zenNOOB wrote:

Thanks for your help,
I am tring to install the plugins on several SUSE 10.1 machines.
They have python 2.3 installed.

So I tried to use the tar instead and got this error message when installing:

Code:
svhost1:~/Zenoss-Plugins-1.1.2 # ls
PKG-INFO README.txt Zenoss_Plugins.egg-info scripts setup.cfg setup.py zenoss
svhost1:~/Zenoss-Plugins-1.1.2 # python setup.py build
Traceback (most recent call last):
  File "setup.py", line 25, in ?
    from setuptools import setup
ImportError: No module named setuptools




I also tried the import command and got this error message:

Code:
svhost1:~/Zenoss-Plugins-1.1.2 # python -c 'import zenoss.plugins'
Traceback (most recent call last):
  File "<string>", line 1, in ?
  File "zenoss/__init__.py", line 1, in ?
    __import__('pkg_resources').declare_namespace(__name__)
ImportError: No module named pkg_resources




Any suggestions?
Thanks.

------------------------
 Dan




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=6490#6490

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to