Open connorwiggins01 opened 6 years ago
using google cloud SDK
Do you use Cloud SDK directly?
Im using google cloud SDK Shell on a windows 10 laptop, signed in as a admin for my Project App Engine
I used to following command to create the app engine instance from the root folder of the cauliflower vest code
gcloud app deploy app.yaml --projectname --version 1
Please follow instruction: https://github.com/google/cauliflowervest/wiki/AdminSetup
We only support deployment via bazel.
After uploading the cauliflower vest server code to an app engine instance (using google cloud SDK shell on both mac and windows) I get the following traceback when visiting my appspot URL
it seems it cant find the cailiflowervest module, has any one come across this before?
Traceback (most recent call last): File "/base/alloc/tmpfs/dynamic_runtimes/python27/8882c914eb6132e9_unzipped/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 240, in Handle handler = _config_handle.add_wsgi_middleware(self._LoadHandler()) File "/base/alloc/tmpfs/dynamic_runtimes/python27/8882c914eb6132e9_unzipped/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 299, in _LoadHandler handler, path, err = LoadObject(self._handler) File "/base/alloc/tmpfs/dynamic_runtimes/python27/8882c914eb6132e9_unzipped/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 85, in LoadObject obj = import(path[0]) ImportError: No module named cauliflowervest