Hi sotirac,

I saw the same problem as you.
I fixed the "No module named PIL" by installing PIL (sudo apt-get
install python-imaging).
And then the datastore warnings go away as soon as you've stored
something to the local datastore.

This happens once you start doing things with you app.

So don't worry about the warning, it'll go away once you've saved
something.

Cheers,
Josh


On Aug 14, 12:26 am, sotirac <[EMAIL PROTECTED]> wrote:
> How do I go about removing the warning messages "WARNING:root:Could
> not read datastore data from /tmp/django_google-app-engine-
> django.datastore"?  I tried creating the files using the touch command
> (touch tmp/django_google-app-engine-django.datastore) and that gave
> more errors than before.
>
> 1.  Grab the latest copy of "google-app-engine-django" from subversion
> (svn cohttp://google-app-engine-django.googlecode.com/svn/trunk/)
>
> 2.  Invoked the command "python manage.py runserver"
>
> The output that I get is:
>
> python manage.py runserver
> WARNING:root:Could not read datastore data from /tmp/django_google-app-
> engine-django.datastore
> WARNING:root:Could not read datastore data from /tmp/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 /tmp/django_google-app-
> engine-django.datastore
> WARNING:root:Could not read datastore data from /tmp/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://localhost:8000

--~--~---------~--~----~------------~-------~--~----~
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