Guest User

Untitled

a guest
Jul 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. (Pdb) n
  2. --Return--
  3. > /Users/josh/Plone/Zope-2.10.7-final-py2.4/lib/python/zope/tal/talinterpreter.py(348)interpret()->None
  4. -> self.level = oldlevel
  5. (Pdb) n
  6. AttributeError: <exceptions.AttributeError instance at 0x83e6238>
  7. > /Users/josh/Plone/Zope-2.10.7-final-py2.4/lib/python/zope/tal/talinterpreter.py(516)no_tag()
  8. -> self.interpret(program)
  9. (Pdb) n
  10. --Return--
  11. > /Users/josh/Plone/Zope-2.10.7-final-py2.4/lib/python/zope/tal/talinterpreter.py(516)no_tag()->None
  12. -> self.interpret(program)
  13. (Pdb) n
  14. AttributeError: <exceptions.AttributeError instance at 0x83e6238>
  15. > /Users/josh/Plone/Zope-2.10.7-final-py2.4/lib/python/zope/tal/talinterpreter.py(521)do_optTag()
  16. -> return self.no_tag(start, program)
  17. (Pdb) n
  18. --Return--
  19. > /Users/josh/Plone/Zope-2.10.7-final-py2.4/lib/python/zope/tal/talinterpreter.py(521)do_optTag()->None
  20. -> return self.no_tag(start, program)
  21. (Pdb) n
  22. AttributeError: <exceptions.AttributeError instance at 0x83e6238>
  23. > /Users/josh/Plone/Zope-2.10.7-final-py2.4/lib/python/zope/tal/talinterpreter.py(536)do_optTag_tal()
  24. -> self.do_optTag(stuff)
  25. (Pdb) n
  26. --Return--
  27. > /Users/josh/Plone/Zope-2.10.7-final-py2.4/lib/python/zope/tal/talinterpreter.py(536)do_optTag_tal()->None
  28. -> self.do_optTag(stuff)
  29. (Pdb) n
  30. AttributeError: <exceptions.AttributeError instance at 0x83e6238>
  31. > /Users/josh/Plone/Zope-2.10.7-final-py2.4/lib/python/zope/tal/talinterpreter.py(346)interpret()
  32. -> handlers[opcode](self, args)
Add Comment
Please, Sign In to add comment