My boss want me to handle a Django web-site. I install Django django-tagging Mysql-python via pip command. I can get: Python 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)] on win 32 Type "help", "copyright", "credits" or "license" for more information. >>> import tagging >>> tagging.VERSION (0, 3, 1, 'final', 0)
But when I run the: F:\sydney\main>python manage.py syncdb ImportError: No module named tagging F:\sydney\main>python manage.py shell ImportError: No module named tagging Does anyone know where is Import tagging while -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

