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

[1] https://cloud.google.com/appengine/docs/python/managed-vms/

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8be228eb-2b63-4ad7-84be-2fc8309a83b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to