Hi I am a new fish for Python, Django and GAE. I am trying to follow
the Django Tutorial's instruction.
I have installed GAE to my XP OS and everything is OK from coding to
publish. I suddenly wonder could I just use the Django .96 installed
alone with GAE to develop my general website other than a GAE website.
I added the Django path in GAE to the system path.
D:\Program Files\Google\google_appengine\lib\django\django\bin\
Also revised the register to add this to PYTHONPATH.
HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.5\PythonPath
It seemed nothing I can do about it anymore, then I tried to verify
whether Django is available for using by:
>>> import django
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import django
ImportError: No module named django
Then what should I do with this situation?
What other information I need to provide to figure the problem?
Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---