This is my first hour with Google App Engine and my first problem.
Installed Python 2.5.1 successfully.   I installed the Python SDK (it
said that all Python 2.5 pre-reqs installed).  Note, that the setup
did not set the environment variable to Python, besides the check box
being checked.  I set the path myself to the directory that contains
python.exe.

Followed the Helloworld sample exactly step by step.  OS is Windows 7
with UAC turned off and I am using an Admin console.
Running:
  dev_appserver.py  helloworld/
returns:

INFO     2009-08-30 04:48:04,426 appengine_rpc.py:157] Server:
appengine.google.com
WARNING  2009-08-30 04:48:04,433 datastore_file_stub.py:418] Could not
read datastore data from c:\users\foo_alias\appdata\
local\temp\dev_appserver.datastore
WARNING  2009-08-30 04:48:04,434 datastore_file_stub.py:418] Could not
read datastore data from c:\users\foo_alias\appdata\
local\temp\dev_appserver.datastore.history
WARNING  2009-08-30 04:48:04,447 dev_appserver.py:3358] Could not
initialize images API; you are likely missing the Pyth
on "PIL" module. ImportError: No module named _imaging
Traceback (most recent call last):
  File "C:\Program Files\Google\google_appengine\dev_appserver.py",
line 60, in <module>
    run_file(__file__, globals())
  File "C:\Program Files\Google\google_appengine\dev_appserver.py",
line 57, in run_file
    execfile(script_path, globals_)
  File "C:\Program Files\Google\google_appengine\google\appengine\tools
\dev_appserver_main.py", line 483, in <module>
    sys.exit(main(sys.argv))
  File "C:\Program Files\Google\google_appengine\google\appengine\tools
\dev_appserver_main.py", line 462, in main
    static_caching=static_caching)
  File "C:\Program Files\Google\google_appengine\google\appengine\tools
\dev_appserver.py", line 3485, in CreateServer
    return BaseHTTPServer.HTTPServer((serve_address, port),
handler_class)
  File "C:\Program Files\Python\lib\SocketServer.py", line 330, in
__init__
    self.server_bind()
  File "C:\Program Files\Python\lib\BaseHTTPServer.py", line 101, in
server_bind
    SocketServer.TCPServer.server_bind(self)
  File "C:\Program Files\Python\lib\SocketServer.py", line 341, in
server_bind
    self.socket.bind(self.server_address)
  File "<string>", line 1, in bind


Not sure what is wrong. I am kind disappointed that something as
simple as a helloworld program is so difficult to get right.
Any ideas?

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