Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traceback on settings / profiler #110

Open
Pablo2m opened this issue Jul 6, 2013 · 0 comments
Open

Traceback on settings / profiler #110

Pablo2m opened this issue Jul 6, 2013 · 0 comments

Comments

@Pablo2m
Copy link

Pablo2m commented Jul 6, 2013

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant