If you:
1: delete compiled Cheetah templates
1: restart Temboz
1: load the feed_info page
1: load the view page
1: load feed_info again
you will see the error message:
Traceback (most recent call last):
File "/home/majid/temboz/server.py", line 475, in process_request
self.use_template(tmpl, [self.input])
File "/home/majid/temboz/server.py", line 382, in use_template
tmpl = tmpl(searchList=searchlist)
File "pages/feed_info.py", line 60, in init
super(feed_info, self).init(_args, _KWs)
File "pages/rules_common.py", line 58, in init
super(rules_common, self).init(_args, _KWs)
File "pages/menubar.py", line 57, in init
super(menubar, self).init(_args, *_KWs)
TypeError: super(type, obj): obj must be an instance or subtype of type
If you: 1: delete compiled Cheetah templates 1: restart Temboz 1: load the feed_info page 1: load the view page 1: load feed_info again
you will see the error message:
Traceback (most recent call last): File "/home/majid/temboz/server.py", line 475, in process_request self.use_template(tmpl, [self.input]) File "/home/majid/temboz/server.py", line 382, in use_template tmpl = tmpl(searchList=searchlist) File "pages/feed_info.py", line 60, in init super(feed_info, self).init(_args, _KWs) File "pages/rules_common.py", line 58, in init super(rules_common, self).init(_args, _KWs) File "pages/menubar.py", line 57, in init super(menubar, self).init(_args, *_KWs) TypeError: super(type, obj): obj must be an instance or subtype of type