Edward Wang
unread,Nov 2, 2009, 1:07:16 PM11/2/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
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!