Too many indices
Amy G
amy-g-art at cox.net
Tue Jan 27 12:45:16 EST 2004
Posting your script would be helpful.
"satish" <skchim0 at engr.uky.edu> wrote in message
news:mailman.790.1075105274.12720.python-list at python.org...
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