You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: