Jun-18-2018, 10:52 AM
djangoforms.py module was missing from google.appengine.ext.db. So I manually putted the module there from net. But it can't import django.core.exceptions. I've two version of python installed in my windows 10 and have added python 2.7 on the path. IDLE 2.7 successfully runs [pyhton]import django[/python] . Below is the log console message of google app engine. Have googled numerous times but couldn't find any fruitful solution. Any help?[I'm a newbie who is learning from head first python(1st edition)]
Error:ERROR 2018-06-18 09:47:26,513 cgi.py:122] Traceback (most recent call last):
File "F:\Coding Practise\head_first_series\python\ch10_tariq\hfwwgapp\hfwwg.py", line 5, in <module>
from google.appengine.ext.db import djangoforms
File "C:\Program Files (x86)\Google\google_appengine\google\appengine\ext\db\djangoforms.py", line 98, in <module>
import django.core.exceptions
ImportError: No module named django.core.exceptions