Cannot get Python to import google.appengine.ext.remote_api

250 views
Skip to first unread message

David Tussey

unread,
Apr 27, 2009, 3:01:08 PM4/27/09
to google-a...@googlegroups.com
Hi.  New Python developer here, and am trying to work in Windows.  Cannot seem to get Python to execute the following import:

from google.appengine.ext.remote_api import remote_api_stub

ImportError: No module named google.appengine.ext.remote_api

I've tried modifying the Windows path and pythonpath variables, and even adding C:\Program Files\Google\google_appengine to sys.path (it give me a ImportError: No module named yaml error).

What the heck am I doing wrong?  It can't be this difficult can it?  Thanks.  I'll continue to look through the Group archives also.

Nick Johnson (Google)

unread,
Apr 28, 2009, 5:42:38 AM4/28/09
to google-a...@googlegroups.com
Hi David,

You need to add both "c:\program files\google\google_appengine" and
"c:\program files\google\google_appengine\lib\yaml\lib" to sys.path.
The remote_api article was recently updated to reflect this.

-Nick Johnson

Reply all
Reply to author
Forward
0 new messages