Hi all,
Following Johnson's article "Accessing the datastore remotely with
remote_api", I tried to run appengine_console.py to create the
interactive console and connect to the datastore, but I am getting the
message "ImportError: No module named yaml" (see below).

C:\VPE_GAE>python appengine_console.py ecoknowmics
Traceback (most recent call last):
  File "appengine_console.py", line 8, in <module>
    from google.appengine.ext import db
  File "C:\VPE_GAE\google\appengine\ext\db\__init__.py", line 88, in
<module>
    from google.appengine.api import datastore
  File "C:\VPE_GAE\google\appengine\api\datastore.py", line 47, in
<module>
    from google.appengine.datastore import datastore_index
  File "C:\VPE_GAE\google\appengine\datastore\datastore_index.py",
line 53, in <
module>
    from google.appengine.api import validation
  File "C:\VPE_GAE\google\appengine\api\validation.py", line 44, in
<module>
    import yaml
ImportError: No module named yaml

C:\VPE_GAE>

Can someone please point me to where I can find this module?
Thank you.
--~--~---------~--~----~------------~-------~--~----~
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