I am getting the following errror when a python program is run
File "/home/user/Desktop/important/paper/ordereddict.py", line 1, in from collections import MutableMapping ImportError: cannot import name MutableMapping
When I tried import collections it works fine. Please help.
I am using version Python 2.5.2