Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
60
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 "<pyshell#38>", line 1, in <module>
  3. json.dump(Compile_Index, r"C:UsersAphraelDesktopIndex.py")
  4. File "C:Python34libjson__init__.py", line 178, in dump
  5. for chunk in iterable:
  6. File "C:Python34libjsonencoder.py", line 429, in _iterencode
  7. o = _default(o)
  8. File "C:Python34libjsonencoder.py", line 173, in default
  9. raise TypeError(repr(o) + " is not JSON serializable")
  10. TypeError: <_io.TextIOWrapper name='C:\Users\Aphrael\Desktop\Index.py' mode='r+' encoding='cp1252'> is not JSON serializable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement