Closed GoogleCodeExporter closed 9 years ago
You also need Paste to run standalone (as the name 'single file framework'
implies)
Original comment by techtonik@gmail.com
on 18 Nov 2011 at 3:58
The App Engine Python 2.7 runtime includes webapp2 and webob, so you don't need
to keep all this stuff at the root of your project. They are all there already.
The App Engine Python 2.5 runtime includes webob, so you only need webapp2.py
(and doesn't need webapp2 extras because this runtime is single-threaded).
Thanks for the feedback.
Original comment by rodrigo.moraes
on 18 Nov 2011 at 4:00
Paste is only required to run a development server. You can use whatever
development server you want, but we point to it in the docs because it is
simplest we found.
Original comment by rodrigo.moraes
on 18 Nov 2011 at 4:03
Original comment by rodrigo.moraes
on 31 Jan 2012 at 4:12
This issue was closed by revision 56ef16511737.
Original comment by rodrigo.moraes
on 31 Jan 2012 at 4:18
Original issue reported on code.google.com by
techtonik@gmail.com
on 18 Nov 2011 at 3:05