fazalmajid / temboz

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

Traceback on settings / profiler #110

Open Pablo2m opened 11 years ago

Pablo2m commented 11 years ago

Error

Traceback (most recent call last): File "C:\Users\Pablo2M\Desktop\Feeds\temboz-master\server.py", line 451, in process_request self.use_template(tmpl, [self.input]) File "C:\Users\Pablo2M\Desktop\Feeds\temboz-master\server.py", line 329, in use_template tmpl = getattr(mod, tmpl) AttributeError: 'module' object has no attribute 'profile'

this should not be necessary as the tracback should have at least two # elements, one for print_stack and one for the caller function

Locals HTTP/1.0 200 OK Server: Temboz (http://www.temboz.com/) Date: Sat, 06 Jul 2013 22:16:32 GMT Content-Type: text/html Error

Traceback (most recent call last): File "C:\Users\Pablo2M\Desktop\Feeds\temboz-master\server.py", line 451, in process_request self.use_template(tmpl, [self.input]) File "C:\Users\Pablo2M\Desktop\Feeds\temboz-master\server.py", line 329, in use_template tmpl = getattr(mod, tmpl) AttributeError: 'module' object has no attribute 'profile'

this should not be necessary as the tracback should have at least two # elements, one for print_stack and one for the caller function

Locals tmpl 'profile' e (<type 'exceptions.AttributeError'>, AttributeError("'module' object has no attribute 'profile'",), <traceback object at 0x000000000318FD08>) vars [] self <server.Handler instance at 0x000000000318FB88> n 'rand' query_list [('rand', u'29877138138')] v '29877138138' query_string 'rand=29877138138' path '/profile' tmpl 'profile' e (<type 'exceptions.AttributeError'>, AttributeError("'module' object has no attribute 'profile'",), <traceback object at 0x000000000318FD08>) vars [] self <server.Handler instance at 0x000000000318FB88> n 'rand' query_list [('rand', u'29877138138')] v '29877138138' query_string 'rand=29877138138' path '/profile'