Hi Experts,
I've installed python 2.4 and importing the module 'collections' in one of my script and the "No module named collections" message is displayed in command prompt.
I've read a thread with same topic(http://bytes.com/topic/python/answers/559775-missing-collections-module), where the suggestion was to upgrade the python version to 2.4 or 2.5.
But here i'm already in version 2.4, also i made a search for 'collections' on the directory, where python was installed, but nothing found.
Please can you suggest at the earliest.
Thanks,
Arun
I've installed python 2.4 and importing the module 'collections' in one of my script and the "No module named collections" message is displayed in command prompt.
I've read a thread with same topic(http://bytes.com/topic/python/answers/559775-missing-collections-module), where the suggestion was to upgrade the python version to 2.4 or 2.5.
But here i'm already in version 2.4, also i made a search for 'collections' on the directory, where python was installed, but nothing found.
Please can you suggest at the earliest.
Thanks,
Arun
Comment