Bugs that i had faced
Wednesday, September 28, 2016
Python 3.5 NameError str has no object 'get' after reading json file
Solution
file is not loaded as json file
use
json.load()
Python 3.5 NameError 'unicode' is not defined
Solution:
change Unicode to str
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)