-
webapp2 seems to be a python2 library. Does this project run using python 2?
-
```
ERROR 2012-03-11 09:36:48,379 cgi.py:121] Traceback (most recent call last):
File "/home/michal/dev/python/teaculture-python/apptrace/overview.py", line 122, in
main()
File "/home/mich…
-
Seeing that Python 2 will sunset January 1st 2020 I think it should be upgraded to Python 3. I am looking into it but unfortunately webapp2 support for Python 3 seems very spotty (https://github.com/…
-
```
ERROR 2012-03-11 09:36:48,379 cgi.py:121] Traceback (most recent call last):
File "/home/michal/dev/python/teaculture-python/apptrace/overview.py", line 122, in
main()
File "/home/mich…
-
```
npm run dev:
npm ERR! missing script: dev
```
```
`package.json`:
{
"name": "gae-vue-webapp2-starter",
"version": "1.0.0",
"description": "A simple application for [Google App E…
-
**OS:** All
**Build Version:** 20231009.14
**Regression:** Not a regression
**Repro Steps:**
1. Create a Python web app -> Deploy a project to it.
2. Right click this web app and execute "SSH…
-
```
I'm trying to use uri_for to generate URIs but I have scripts that run outside
the context of a request. These scripts crash like this:
/python/lib/webapp2-2.5.2/webapp2.py", line 1731, in uri_f…
-
```
The URL path is encoded to unicode but not the query arguments.
What steps will reproduce the problem?
Python 2.5.5 (r255:77872, Mar 27 2011, 12:30:39)
In [1]: import webapp2
In [2]: print web…
-
```
The URL path is encoded to unicode but not the query arguments.
What steps will reproduce the problem?
Python 2.5.5 (r255:77872, Mar 27 2011, 12:30:39)
In [1]: import webapp2
In [2]: print web…
-
The [docs for `webapp2.Router.__init__()`](https://webapp2.readthedocs.io/en/latest/api/webapp2.html#webapp2.Router) and `add()` are misleading:
> Parameters: | routes – A sequence of Route instanc…