1、安装时django时提示“No module named setuptools ”;
解决:缺少setuptools,先下载setuptools-0.6c11.tar.gz,解压后在cmd中进入目录命令:python setup.py build。重新回到django目录输入命令:python setup.py inatsll

2、用pycharm创建django项目时出现该错误提示,error creating django application:could not find django installation under c:\python34\python.exe。
解决:当把路径\Python34\Lib\site-packages\django-1.8a1-py3.4.egg下面有diango文件复制到site-packages文件下面后,问题就解决了,工程就能运行了,不知道这样做会不会有潜在的问题。