这个不知道原因。用2.7版本安装django是可以导入的。
C:\>python
Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> from django.core.management import execute_manager
>>> execute_manager
>>>
你django上面版本?