Skip to content

Conversation

ghost
Copy link

@ghost ghost commented Sep 13, 2016

  • Tweak README
  • Add namespace declaration to appengine_config.py

* You don't need to mkdir to pip install -t
* gcloud service-management is in beta now
The App Engine Python runtime has a google package. However, it's not
declared as a namespace package. Therefore, attempts to import google
subpackages that are installed as vendored libraries fail. This change
fixes the demo by declaring the google package as a namespace package
in appengine_config.py.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 13, 2016

# Add any libraries installed in the `lib` folder.
vendor.add('lib')

# The Python runtime declares a "google" package, but so does
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should already be the case.

@ghost ghost closed this Sep 13, 2016
@ghost ghost deleted the frameworks-fixes branch September 13, 2016 20:08
Linchin pushed a commit that referenced this pull request Aug 18, 2025
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants