Looks nifty. The released SDK also includes a mini web app framework
(called `webapp`) that is somewhat similar to web.py -- has e.g. get/
post handlers, although for the most part things are more directed
towards Google's own infrastructure.
> Looks nifty. The released SDK also includes a mini web app framework > (called `webapp`) that is somewhat similar to web.py -- has e.g. get/ > post handlers, although for the most part things are more directed > towards Google's own infrastructure.
> One can host web.py apps there, also.
I have to say, I am pretty impressed with what I've read so far. Now I have to wait for an invite.
but when i try to run it says app has no cgirun attribute.. i am using latest web.py dev 0.3 version. how to fix this?
Traceback (most recent call last): File "/tmp/google_appengine/google/appengine/tools/dev_appserver.py", line 2245, in _HandleRequest base_env_dict=env_dict) File "/tmp/google_appengine/google/appengine/tools/dev_appserver.py", line 334, in Dispatch base_env_dict=base_env_dict) File "/tmp/google_appengine/google/appengine/tools/dev_appserver.py", line 1743, in Dispatch self._module_dict) File "/tmp/google_appengine/google/appengine/tools/dev_appserver.py", line 1654, in ExecuteCGI reset_modules = exec_script(handler_path, cgi_path, hook) File "/tmp/google_appengine/google/appengine/tools/dev_appserver.py", line 1555, in ExecuteOrImportScript exec module_code in script_module.__dict__ File "/tmp/google_appengine/test/code.py", line 37, in <module> main = app.cgirun() AttributeError: application instance has no attribute 'cgirun'
On Tue, Apr 8, 2008 at 5:40 AM, rkmr...@gmail.com <rkmr...@gmail.com> wrote: > On Mon, Apr 7, 2008 at 10:55 PM, Aaron Swartz <m...@aaronsw.com> wrote: > > OK, my first web.py app is up at: > > http://webpy.appspot.com/ > really cool!!
> > Click for the source code. (It's 0.3, but I expect 0.2 would work fine > > the same way.) > how do you start /configure this app with web.py? is a config file needed ?