Here are my settings: It looks like I have the proper settings
cat .profile
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
export ZENHOME=/home/zenoss
export ZOPEHOME=/usr/lib/zope
export SKIPMAKE=1
export MYSQLUSER=zenoss
export MYSQLPASS=zenoss
export ZOPEPASSWORD=zenoss
export VERBOSE=/bin/true
export PYTHONPATH=$ZENHOME/lib/python
export PATH=/sbin:$ZENHOME/bin:$PATH
alias cdz="cd $ZENHOME"
alias cdp="cd $ZENHOME/Products"
python
Python 2.4.1 (#1, Aug 23 2007, 12:30:09)
[GCC 3.4.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import MySQLdb
>>> MySQLdb.__file__
'/usr/lib/python2.4/site-packages/MySQLdb/__init__.pyc'
>>> MySQLdb.__version__
'1.2.1g3'
pwd
/home/zenoss/lib/python
$ ls
pythoncom.py pywintypes.py pywmi.py _pywmi.so win32com
pythoncom.pyc pywintypes.pyc pywmi.pyc README.txt
This is a VM that was 2.0.6 that I'm trying to upgrade. to 2.1.0
Thx for any help.
------------------------
Michael Eggleton
-------------------- m2f --------------------
Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=12005#12005
-------------------- m2f --------------------
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users