Too many indices

satish skchim0 at engr.uky.edu
Sun Jan 25 22:20:12 EST 2004


Hi all,

I tried to run a small script when I got the following IndexError. Can someone 
help me in explaining this error ?

Traceback (most recent call last):
  File "satish.py", line 36, in ?
    mesh = Mesh(db['x'], db['y'], db['z'])
  File "/usr/lib/python2.2/site-packages/LESTool/CFD_database.py", line 208, 
in __getitem__
    self.readCoords()
  File "/usr/lib/python2.2/site-packages/LESTool/CFD_database.py", line 239, 
in readCoords
    self.data[cgns.x] = MA.array(self.data['coordinates'][0,:,:,:])
IndexError: too many indices

Thanks

Regards,
Satish


-- 
SATISH KUMAR CHIMAKURTHI
Graduate Teaching Assistant
CFD GROUP
UNIVERSITY OF KENTUCKY
LEXINGTON
KENTUCKY - 40508
Email: skchim0 at engr.uky.edu
Mobile: 859-312-8425




More information about the Python-list mailing list