I am trying to use django on my windows xp machine that contains
google app engine sdk version 1.1.7 and python 2.5.4. I am following
the below given link:

http://www.42topics.com/dumps/appengine/doc.html
I have created a directory mashname in C:\. At command prompt when I
type
C:\Program Files\Google\google_appengine\lib\django\django\bin\django-
admin.py startproject C:\mashname
gets the below given error

Traceback (most recent call last):
  File "C:\Program Files\Google\google_appengine\lib\django\django\bin
\django-ad
min.py", line 2, in <module>
    from django.core import management
ImportError: No module named django.core

Does it has anything to do with environment variable? I have seen that
for python environment variables are a headache on windows xp machines
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to