r8-forks / webapp-improved

Automatically exported from code.google.com/p/webapp-improved
Other
0 stars 0 forks source link

Not that single #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.http://webapp-improved.appspot.com/ and 
http://code.google.com/p/webapp-improved/
2.say that webapp2 is a single file framework

What is the expected output? What do you see instead?
instead it tells that it can not be run without webob, and later complains that 
without webapp2_extras.local it won't be thread-safe. I bet half users don't 
know what does it mean, but it's surely sounds scary to them.

What version of the product are you using? On what operating system?
2.3 + 1.2b

Please provide any additional information below.
Starting with it, because AppEngine supports it. Quite disappointed to keep all 
this stuff at the root of my project.

Original issue reported on code.google.com by techtonik@gmail.com on 18 Nov 2011 at 3:05

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by rodrigo.moraes on 31 Jan 2012 at 4:12

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 56ef16511737.

Original comment by rodrigo.moraes on 31 Jan 2012 at 4:18