When I tried the basic example I got the following error: `user = {"name": "Jeff", "age": 19} nodb.save(user) # True` AttributeError: 'dict' object has no attribute 'has_key' which seems like a python3 compatibility issue. Anyone can help?
When I tried the basic example I got the following error:
user = {"name": "Jeff", "age": 19} nodb.save(user) # TrueAttributeError: 'dict' object has no attribute 'has_key'
which seems like a python3 compatibility issue.
Anyone can help?