Sorry for asking so much, but each time I access *http://localhost:8080/*with 
the Go SDK, it throws this error:

WARNING  2011-07-21 22:50:04,859 urlfetch_stub.py:108] No ssl package found. 
urlfetch will not be able to validate SSL certificates.
INFO     2011-07-21 22:50:07,170 appengine_rpc.py:159] Server: 
admin-console.prom.corp.google.com
WARNING  2011-07-21 22:50:07,327 datastore_file_stub.py:511] Could not read 
datastore data from /home/ernesto/projects/frosty-vamp/datastore
INFO     2011-07-21 22:50:07,333 rdbms_sqlite.py:58] Connecting to SQLite 
database '' with file '/tmp/dev_appserver.rdbms'
WARNING  2011-07-21 22:50:07,387 dev_appserver.py:4749] Could not initialize 
images API; you are likely missing the Python "PIL" module. ImportError: No 
module named _imaging
INFO     2011-07-21 22:50:07,434 dev_appserver_multiprocess.py:637] Running 
application frosty-vamp on port 8080: http://localhost:8080
ERROR    2011-07-21 22:50:27,166 dev_appserver.py:4104] API versions cannot 
be switched dynamically: '1' != '2'
ERROR    2011-07-21 22:50:27,168 dev_appserver.py:4201] Exception 
encountered handling request
Traceback (most recent call last):
  File 
"/home/ernesto/google_appengine/google/appengine/tools/dev_appserver.py", 
line 4105, in _HandleRequest
    sys.exit(1)
SystemExit: 1
INFO     2011-07-21 22:50:27,177 dev_appserver.py:4248] "GET / HTTP/1.1" 500 
-

I removed the old datastore file because of the "s~" prefix someone said 
here in the groups, but nothing. The only solution I found was changing 
api_version of app.yaml from 1 to 2, and it works. Does it mean you have 2 
Go versions now?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/ou2WeXjvq0EJ.
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