| <type 'exceptions.TypeError'> | Python 2.5.1: /usr/local/bin/python2.5 Sat Jul 19 12:48:45 2008 |
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/local/cgi/20un/tradeleads/ShowTradeLead.py in |
| 154 self.__ncg.display(r'%sShowTradeLead.html'%self.htmlDocsPath) |
| 155 |
| 156 |
| 157 pageObj = ShowTradeLead() |
| 158 pageObj.show() |
| pageObj = <__main__.ShowTradeLead instance at 0x81c992c>, pageObj.show = <bound method ShowTradeLead.show of <__main__.ShowTradeLead instance at 0x81c992c>> |
| /usr/local/cgi/20un/tradeleads/ShowTradeLead.py in show(self=<__main__.ShowTradeLead instance at 0x81c992c>) |
| 146 if tradeleadID: |
| 147 catIDs = TradeLead({'ID':tradeleadID}).getTradeLeadCategories() |
| 148 self.getPath(catIDs[0]) |
| 149 prObj = self.getTradeLead(tradeleadID) |
| 150 if prObj is not None: |
| self = <__main__.ShowTradeLead instance at 0x81c992c>, self.getPath = <bound method ShowTradeLead.getPath of <__main__.ShowTradeLead instance at 0x81c992c>>, catIDs = None |
<type 'exceptions.TypeError'>: 'NoneType' object is unsubscriptable