Skip to content

endpoints-frameworks-v2: fix echo sample #518

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

endpoints-frameworks-v2: fix echo sample #518

wants to merge 2 commits into from

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