Update

I have ended up having to compile the Python 2.4.4 from source. I have 
installed it in /usr/local/zenoss/lib/python.  Now I have also started 
compiling zenoss from source. I have added 

export ZENHOME=/usr/local/zenoss
export PYTHONPATH=$ZENHOME/lib/python
export PATH=$ZENHOME/bin:$PATH

to my .bashrc and to my .bash_profile

When I run "which python" it now shows:
/usr/local/zenoss/bin/python

I know this is now pointing to the correct version of Python because when I run 
/usr/local/zenoss/bin/python command line I get Python 2.4.4.

but I still get Zenoss requires python 2.3 or 2.4 when running the install.sh 
script fron the zenoss account.  

I have also edited build-functions: line:61 like this:
    # look for python
    for p in /usr/local/bin/python2.4 \
              /usr/local/bin/python2.3 \
              /usr/bin/python2.4 \
              /usr/bin/python \
              /usr/local/zenoss/bin/python  <--- path that I have verified 
above.

If anyone has any ideas please let me know.




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

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

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



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

Reply via email to