Recently installed trelis 14.0.4.
I have two problems :
command ‘import numarray’ gives import error ‘no module named numarray’.
index error ‘tuple index out of range’ for my python script line :
‘txt==’%10i %10i %10i %10i 10i\n' (h,nodes[0],
nodes[1],nodes[2],nodes[3])’
There was no problem when i was running it with Cubit13.0.
Please help me.
Try printing out ‘nodes’ before executing that script line to make sure your array is four deep. The python tab in Trelis will let you print out tuples like so: print nodes