Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
More issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Oct 12, 2017
1 parent 3c626f6 commit a7b450a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Getting this to work on prod and dev took a number of workarounds:

There are still some frustrating issues:

- The [libraries][6] in prod over-ride any vendored in equivalent (see e.g.
- Some [libraries][6] in prod over-ride any vendored in equivalent (see e.g.
`google.protobuf` in [`/info`][9]). This **does not** occur in dev.
- `grpc` does not come with a `dist-info` directory.
- Had to make sure to run `python2.7 $(which dev_appserver.py)` rather than
Expand All @@ -62,6 +62,8 @@ There are still some frustrating issues:
- Had to [HTML-escape][11] a hyphen in my `app.yaml` config (i.e.
`clean&#2D;env/` instead of `clean-env/`). This actually blocks the
`devappserver` from even starting.
- Uploading the app includes **926 files**! This is because `lib/` is
so **very big**.

[1]: https://github.com/GoogleCloudPlatform/google-cloud-python
[2]: https://cloud.google.com/appengine/docs/python/
Expand Down

0 comments on commit a7b450a

Please sign in to comment.