ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/DLSInfo.py
(Generate patch)

Comparing COMP/CRAB/python/DLSInfo.py (file contents):
Revision 1.7 by afanfani, Tue May 30 22:54:49 2006 UTC vs.
Revision 1.8 by afanfani, Tue May 30 23:33:58 2006 UTC

# Line 66 | Line 66 | class DLSInfo:
66             except:
67               crabdir=os.getenv('CRABDIR')
68   ## Let the user set up PyXML by hand
69 <             msg="Need to setup the PyXML python module. Do the following:\n"
70 <             msg+="  cd %s/DLSAPI\n"%crabdir
71 <             msg+="  ./InstallPyXML.sh"
69 >             msg="There is no setup of PyXML python module required by DLS (DLI). Do the following:\n"
70 >             msg+=" - check that in  %s/configure  the function configureDLSAPI is not commented \n"%crabdir
71 >             msg+=" - uncomment it and re-run the configuration :"
72 >             msg+="\n    cd %s\n"%crabdir
73 >             msg+="     ./configure\n"
74 >             msg+="     source crab.(c)sh\n"
75               raise CrabException(msg)
76  
77          elif type=="DLS_TYPE_MYSQL":

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines