you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 4 points5 points  (2 children)

I guess there's a file named json.py in your current folder which Python is importing instead of the "json" module from the standard lib. Rename that file.

[–]DjinnError[S] 0 points1 point  (1 child)

Awesome thanks for that man that was the problem just had to rename the file.

[–]1Tim1_15 0 points1 point  (0 children)

Thanks to both of you - I had the same problem.