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.