Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. >>> help()
  2. Traceback (most recent call last):
  3. File "<stdin>", line 1, in <module>
  4. File "/usr/local/lib/python2.6/site.py", line 428, in __call__
  5. import pydoc
  6. File "/usr/local/lib/python2.6/pydoc.py", line 55, in <module>
  7. import sys, imp, os, re, types, inspect, __builtin__, pkgutil
  8. File "/usr/local/lib/python2.6/inspect.py", line 41, in <module>
  9. from operator import attrgetter
  10. ImportError: No module named operator
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement