Hi Jorge,

Zenoss does not support python 2.5 yet. However, if you get it working, please send us a list of changes that were required. We will note the version of Zope we are using does not yet work with python 2.5, so we have not attempted to support it yet.

-Eric

jgr wrote:
Hi all!

First of all, allow me to congratulate you for the excellent job not only on 
zenoss but also on the web interface(s).

Now, for my problem:

The build ended with the following error:

Code:

unpacking simplejson-1.4 in build/
cp externallibs/setuptools*.egg build/simplejson-1.4
installing simplejson
gmake: *** [simplejson-install] Error 1
unable to build zenoss and prerequisites, see zenbuild.log




Looking at the zenbuild.log I have:

Code:

Downloading 
http://cheeseshop.python.org/packages/2.5/s/setuptools/setuptools-0.6c1-py2.5.egg
Traceback (most recent call last):
  File "setup.py", line 4, in <module>
    ez_setup.use_setuptools()
  File "/home/zenoss/zenoss-1.1.1/build/simplejson-1.4/ez_setup/__init__.py", 
line 72, in use_setuptools
    egg = download_setuptools(version, download_base, to_dir, download_delay)
  File "/home/zenoss/zenoss-1.1.1/build/simplejson-1.4/ez_setup/__init__.py", 
line 126, in download_setuptools
    src = urllib2.urlopen(url)
  File "/usr/lib/python2.5/urllib2.py", line 121, in urlopen
    return _opener.open(url, data)
  File "/usr/lib/python2.5/urllib2.py", line 380, in open
    response = meth(req, response)
  File "/usr/lib/python2.5/urllib2.py", line 491, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.5/urllib2.py", line 418, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.5/urllib2.py", line 353, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.5/urllib2.py", line 499, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found




I just found that the file the script is suppose to download doesn't exists 
anymore. The available files are:

setuptools-0.6c3-py2.5.egg
setuptools-0.6c4-py2.5.egg
setuptools-0.6c5-py2.5.egg


So I changed the Code:
DEFAULT_VERSION = "0.6c1"

to Code:
DEFAULT_VERSION = "0.6c5"

 in the build/simplejson-1.4/ez_setup/__init__.py file.

Hope this helps someone.

Best regards.

------------------------
Jorge Gomes Raimundo




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

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

-------------------- 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