omarcantoni
8 years agoNew Contributor
python kwargs iteritems()
hi, using python script, I have error using **kwargs , specifically in the
kwargs.iteritems() I have this Python runtime error.
AttributeError: 'dict' object has no attribute 'iteritems'
ma...
- 8 years ago
I've found the solution. it is using .items() instead of .iteritems()