As Malcolm pointed before, the problem is most likely with the value of your PYTHONPATH environment variable. Since you're using a shell script, simply set this variable in this script itself, before invoking the python script.
--- Amit * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2008-02-14 22:07 -0800]: > > the error as below: > 1. Traceback (most recent call last): > File "feedup.py", line 3, in ? > from django.core.management import setup_environ > ImportError: No module named django.core.management > > 2. Traceback (most recent call last): > File "mstart", line 13, in ? > import msnlib > ImportError: No module named msnlib > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

