I just fixes this. Good cache. This is a part of a redesign of the custom_importer. This should result in a faster web2py on GAE. Before web2py was using the custom importer for every import thus creating problems.
On Saturday, 13 October 2012 09:12:26 UTC-5, David Sorrentino wrote: > > Hello everybody! ;) > > I updated web2py to the last stable version and now I'm getting this error: > > ERROR 2012-10-13 14:06:26,000 wsgi.py:219] >> Traceback (most recent call last): >> File "/home/dapids/google_appengine/google/appengine/runtime/wsgi.py", >> line 208, in Handle >> for chunk in result: >> File >> "/home/dapids/google_appengine/google/appengine/ext/appstats/recording.py", >> line 1284, in appstats_wsgi_wrapper >> result = app(environ, appstats_start_response) >> File "/home/dapids/webdev/backinterface/web2py/gaehandler.py", line 65, >> in newfun >> executed_function = fun(env, res) >> File "/home/dapids/webdev/backinterface/web2py/gaehandler.py", line 88, >> in wsgiapp >> custom_import_install(web2py_path) >> TypeError: custom_import_install() takes no arguments (1 given) >> > > I also tried with the last version in trunk. Same issue. > > Just tell me if you need more information. > > Cheers, > David > --

