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