Hi,
I was trying out custom runtimes / managed vms support [1] with python yesterday with an existing app engine app.
I notice that it does not seem to load my custom libraries with appengine_config.py:
appengine_config.py:
from google.appengine.ext import vendor
vendor.add('lib')
This worked fine in regular app engine, but not in managed vms, it is as if the managed vm runtime is not loading this file.
I know managed runtimes are beta but can anyone confirm that this method of loading libraries is not supported in managed vms?
I'm trying to work out if I have done something wrong or whether my app needs to change.
Thanks,
Frank