I was running a program for sorting data from a file using counter function.
So, quite obviously I put from collections import Counter at the top in my program.
Now the problem is when I was running my script with unix cShell then I am having an ERROR saying: "ImportError:Can not import counter" but the same program runs fine if I do it in MS-DOS.
I am using python 2.7.3
please help me out.