I am trying to run a project in Django that was coded 3-4 years before. I have installed most of the modules required by the project but could not locate one of the module required to run the project. I am getting ImportError: No module named sh_csv_importer I have tried to search it , installed it through easy_install and pip , with no luck.I am using python 2.6.1 and django 1.2 currently in my system.
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

