I've been running app engie patch on windows for some time. I'm trying
to get it going on my linux system. It looks to me like it is finding
google_appengine SDK on PATH. That part is working. What *seems* to be
failing to me is the part where app engine patch goes through the SDK
and adds the libraries.

Specifically, when I start the server using manage.py runserver, I get
the following message.
ImportError: No module named yaml

And this is, as the error suggests - just an import, is very early in
the start cycle (see full stack below).

All I have in $PATH is the location of google_appengine. I don't have
a separate entry for google_appengine/lib.

I don't think this is a python 2.5 versus 2.6 thing as was suggested
in another post.

As always, any help much appreciated.

Here is the full stack:
Traceback (most recent call last):
  File "manage.py", line 4, in <module>
    setup_env(manage_py_env=True)
  File "/media/Preload/eclipseworkspace/jaybakerweb/common/
appenginepatch/aecmd.py", line 67, in setup_env
    from appenginepatcher.patch import patch_all
  File "/media/Preload/eclipseworkspace/jaybakerweb/common/
appenginepatch/appenginepatcher/patch.py", line 7, in <module>
    from google.appengine.ext import db
  File "/home/jay/google_appengine/google/appengine/ext/db/
__init__.py", line 90, in <module>
    from google.appengine.api import datastore
  File "/home/jay/google_appengine/google/appengine/api/datastore.py",
line 48, in <module>
    from google.appengine.datastore import datastore_index
  File "/home/jay/google_appengine/google/appengine/datastore/
datastore_index.py", line 53, in <module>
    from google.appengine.api import validation
  File "/home/jay/google_appengine/google/appengine/api/
validation.py", line 44, in <module>
    import yaml
ImportError: No module named yaml

--

You received this message because you are subscribed to the Google Groups 
"app-engine-patch" 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/app-engine-patch?hl=en.


Reply via email to