error in the if, elif, else statement ?

2007-05-09 Thread juan-manuel . behrendt
Hello together, I wrote a script for the engineering software abaqus/CAE. It worked well until I implemented a selection in order to variate the variable "lGwU" through an if elif, else statement. I am going to post the first 82 lines of the script, since the error message points at line 80: from

Re: error in the if, elif, else statement ?

2007-05-09 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, juan-manuel.behrendt wrote: > Hello together, > > I wrote a script for the engineering software abaqus/CAE. It worked > well until I implemented a selection in order to variate the variable > "lGwU" through an if elif, else statement. I am going to post the > first 82 line

Re: error in the if, elif, else statement ?

2007-05-09 Thread John Machin
On May 9, 5:46 pm, [EMAIL PROTECTED] wrote: > Hello together, > > I wrote a script for the engineering software abaqus/CAE. It worked > well until I implemented a selection in order to variate the variable > "lGwU" through an if elif, else statement. I am going to post the > first 82 lines of the s