Django Tagging: no module named tagging, locally win7

2013-06-09 Thread Lu Sheng
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 >>> t

Django Tagging: no module named tagging, locally win7

2013-06-09 Thread Lu Sheng
I just take other one coded django web-site. I install Django, Mysql-python and django-tagging via pip. But still when I try to run the django web-site on my win7 laptop, I get error: F:\sydney\main>python manage.py syncdb ImportError: No module named tagging F:\sydney\main>python manage.py she