Luis wrote: > > Hello! > I need help to make ALGUE to work! I didn't find any similar problem at > the mailing list, so I'm requesting help from you. > > Any tool I select from the ALGUE menu pops up a window named "Error in > Tcl Script" with the error message: > > Error: can't read > "env(PWD)":no such > element in array > as far as I know $PWD is a variable wich is set by your shell. It contains the current working directory. One way to get it working is to modify ..../bin/algue and add PWD=`pwd` export PWD before the line if [ -f $ALLIANCE_TOP/etc/algue/alliance.tk ] You will find this file corrected at : ftp://asim.lip6.fr/pub/alliance/distribution/latest-cvs/alliance/sources/algue/algue -- Cordialement. Olivier Sirol. /* * Laboratoire LIP6 / Département ASIM * Université Pierre et Marie Curie * Couloir 55-65, B309 * 4, place Jussieu, 75252 Paris Cedex * Tél. : +33 1 44 27 53 24 */