I tried to follow the Bill Katz article 'Remote API "Hello World"'
http://www.billkatz.com/2009/2/Remote-API-Hello-World

I've set up
app.yaml, myprog.py subfolder: models
in /models/: __init__.py, mystuff.py with Class Foo

Typing in 'python myprog.py' at the Windows CMD resulted into
ImportError:
Traceback:
  File "myprog.py", line 14 in (module)
    from google.appengine.ext import db
  File "/code/google_appengine\google\appengine\api\datastore.py" line
47 ..
    from google.appengine.api import datastore
  ...
    .... import datastore_index
  ...
    .... import validation
  File "/code/google_appengine\google\appengine\api\validation.py",
line 44 in (module)
  import yaml
ImportError: No module named yaml

Any advice?

--~--~---------~--~----~------------~-------~--~----~
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 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to