Hi, pals!
I noticed that I should include the path of PyXML in
my setup file.
Now my "setup" file is like this,
export ICAP_PATH=`pwd`
export PYTHONPATH=$ICAP_PATH/medusa-20010416:$ICAP_PATH/proxylet:/usr/lib/python2.2/site-packages
#export http_proxy=<proxy_host>:8088
I use the following command to install PyXML,
rpm -ivh PyXML-0.7.1-2.i386.rpm
How to set the PyXML path in the "setup" file?
Btw: are there any other errors in my "setup" file?
Need I setup some other variabls in the "setup" file?
Cheers,
George Erik
|