I'm trying to get django and app engine working together.  I'm a
novice with both, so maybe I'm missing something.  I'm running on
Windows Vista.

I'm following the instructions at 
http://code.google.com/appengine/articles/appengine_helper_for_django.html

I installed the app engine using GoogleAppEngine_1.1.2.msi

I installed python using python-2.5.2.msi

The instructions I mentioned earlier tell me that after installing
these, I should extract the helper zip file and run python manage.py
runserver.

So I've got it in a directory called C:\googleAppEngine\apps
\appengine_helper_for_django and I run the above command.

Here's what my output looks like.

C:\googleAppEngine\apps\appengine_helper_for_django>python manage.py
runserver
WARNING:root:Could not read datastore data from c:\users\peter\appdata
\local\tem
p\django_google-app-engine-django.datastore
WARNING:root:Could not read datastore data from c:\users\peter\appdata
\local\tem
p\django_google-app-engine-django.datastore.history
WARNING:root:Could not initialize images API; you are likely missing
the Python
"PIL" module. ImportError: No module named PIL
INFO:root:Server: appengine.google.com
INFO:root:Checking for updates to the SDK.
INFO:root:The SDK is up to date.
WARNING:root:Could not read datastore data from c:\users\peter\appdata
\local\tem
p\django_google-app-engine-django.datastore
WARNING:root:Could not read datastore data from c:\users\peter\appdata
\local\tem
p\django_google-app-engine-django.datastore.history
WARNING:root:Could not initialize images API; you are likely missing
the Python
"PIL" module. ImportError: No module named PIL
INFO:root:Running application google-app-engine-django on port 8000:
http://loca
lhost:8000

This differs pretty significantly from what the instructions tell me
to expect.  I don't understand how I could have gone wrong when I've
just run 2 install files and unzipped a 3rd.

Any ideas?

Cheers,
Peter

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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