| <class 'neo_util.Error'> | Python 2.5.1: /usr/local/bin/python2.5 Thu Nov 20 23:01:35 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/hot_products/HotProductCategories.py in |
| 70 self.__ncg.display(r'%sHotProductCategories.html' %self.htmlDocsPath) |
| 71 |
| 72 allObj=AllProductCategories() |
| 73 allObj.show() |
| 74 |
| allObj = <__main__.AllProductCategories instance at 0x28415dec>, allObj.show = <bound method AllProductCategories.show of <__main__.AllProductCategories instance at 0x28415dec>> |
| /usr/local/cgi/20un/hot_products/HotProductCategories.py in show(self=<__main__.AllProductCategories instance at 0x28415dec>) |
| 67 count += 1 |
| 68 categoryObj = categoryObj.next() |
| 69 self.__ncg.hdf.writeFile('test.hdf') |
| 70 self.__ncg.display(r'%sHotProductCategories.html' %self.htmlDocsPath) |
| 71 |
| self = <__main__.AllProductCategories instance at 0x28415dec>, self.__ncg undefined |
<class 'neo_util.Error'>: Traceback (innermost last): File "neo_hdf.c", line 1280, in hdf_write_file() IOError: Unable to open test.hdf for writing: [13] Permission denied