| TypeError | Python 2.4.2: /usr/local/bin/python Thu Jul 29 21:17:40 2010 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /usr/websites/aquaticwhirlpools/products.py |
| 478 row = c.fetchone() |
| 479 c.close() |
| 480 series_description = row[0] |
| 481 series_grtext = row[1] |
| 482 series_select = "series = %s" %seriesSearch |
| series_description = '', row = None |
TypeError: unsubscriptable object
args =
('unsubscriptable object',)