Open MGIMM opened 8 years ago
please check line 41 of "init.py", indent issue.
I ran into this issue also, using Python 3.5. I found that after I installed demjson and changed line 55 to
print("url: ", url)
it worked fine.
please check line 41 of "init.py", indent issue.