Advertisement
Guest User

Untitled

a guest
Mar 28th, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:\Python34\lib\site.py", line 562, in <module>
  3. main()
  4. File "C:\Python34\lib\site.py", line 549, in main
  5. known_paths = addsitepackages(known_paths)
  6. File "C:\Python34\lib\site.py", line 334, in addsitepackages
  7. addsitedir(sitedir, known_paths)
  8. File "C:\Python34\lib\site.py", line 206, in addsitedir
  9. addpackage(sitedir, name, known_paths)
  10. File "C:\Python34\lib\site.py", line 162, in addpackage
  11. for n, line in enumerate(f):
  12. File "C:\Python34\lib\encodings\cp1252.py", line 22, in decode
  13. def decode(self, input, final=False):
  14. File "e:\projects\repos\python-hunter\src\hunter.py", line 83, in __call__
  15. self._handler(Event(frame, kind, arg))
  16. File "e:\projects\repos\python-hunter\src\hunter.py", line 285, in __call__
  17. if self.condition(event):
  18. TypeError: 'str' object is not callable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement