On Fri, Aug 23, 2013 at 2:34 AM, Paulus Tanuwijaya <y3d...@gmail.com> wrote:

> first it gave error
>    "Could not initialize images API; you are likely missing the Python
> "PIL" module. ImportError: No module named PIL"
> then i search the web and i found out i need to install PIL after i
> install PIL it still doent work. my log says
>
>
> 2013-08-23 14:20:04 Running command: "['C:\\Python27\\pythonw.exe',
> 'C:\\Program Files\\Google\\google_appengine\\dev_appserver.py',
> '--skip_sdk_update_check=yes', '--port=8080', '--admin_port=8000',
> u'C:\\Python27\\guestbook']"
>
> INFO 2013-08-23 14:20:29,290 module.py:593] default: "GET / HTTP/1.1" 200
> 12
>
> INFO 2013-08-23 14:20:29,361 module.py:593] default: "GET /favicon.ico
> HTTP/1.1" 404 154
>
>
>

When you say "it still doesn't work," can you specify what exactly you want
to work and the expected results?

I see from your logs that the development server successfully served the
root page of your application (it reports "GET / HTTP..." as having a HTTP
status code of 200, which means it executed successfully). I also see that
favicon.ico failed to load, but that's OK for an application still in it's
testing stages. Are you attempting to load favicon.ico?


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to