[Errno 2] No such file or directory: 'cache/furniture%26ashley%27s%20furniture'
--> -->| <type 'exceptions.AttributeError'> | Python 2.6.2: /usr/local/bin/python2.6 Tue Sep 7 09:51:09 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.
| /home/posters/greatest-furniture.com/html/genit.py in |
| 735 change = True |
| 736 openDict(cfg['dict']) |
| 737 pageSrc = reUpd(pageSrc) |
| 738 core.updKwd(doorName.encode('utf_8'),pageName.encode('utf_8'),0) |
| 739 else: |
| pageSrc = None, reUpd = <function reUpd at 0x40562d14> |
| /home/posters/greatest-furniture.com/html/genit.py in reUpd(tmpl=None) |
| 593 |
| 594 def reUpd(tmpl): |
| 595 i0 = tmpl.find('{update}') + 8 |
| 596 i1 = tmpl.find('{/update}',i0) |
| 597 zone = tmpl[i0:i1] |
| i0 undefined, tmpl = None, tmpl.find undefined |
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'find'
args =
("'NoneType' object has no attribute 'find'",)
message =
"'NoneType' object has no attribute 'find'"