fazalmajid / temboz

The Temboz RSS/Atom feed reader
MIT License
82 stars 4 forks source link

Strange Cheetah errors #102

Closed fazalmajid closed 11 years ago

fazalmajid commented 11 years ago

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

fazalmajid commented 11 years ago

2010-Sep-07 04:55:47 by majid:

This is apparently caused when a parent class' module is reloaded and the class' parent is orphaned.