Guest User

Untitled

a guest
Oct 23rd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "EmailSender.py", line 5, in <module>
  3. import json
  4. File "/usr/lib/python3.7/json/__init__.py", line 106, in <module>
  5. from .decoder import JSONDecoder, JSONDecodeError
  6. File "/usr/lib/python3.7/json/decoder.py", line 3, in <module>
  7. import re
  8. File "/usr/lib/python3.7/re.py", line 122, in <module>
  9. import enum
  10. File "/usr/lib/python3.7/enum.py", line 2, in <module>
  11. from types import MappingProxyType, DynamicClassAttribute
  12. ModuleNotFoundError: No module named 'types'
Add Comment
Please, Sign In to add comment