actually, looking at restricted(), all it does is compile() Looking at the interface to compile http://www.python.org/doc/2.5.2/lib/module-compiler.html
I don't see anything that would change at this end, so the change must be in what is created (and goes into) gluon/compileapp.py::run_controller_in():: line199: layer; that is, something must have changed in the way either filename or function gets passed in, or there's some subtle but significant change between assigning layer (string catenation) on a line vs. in a function call... some tests / print statements needed I think... On Sat, Dec 6, 2008 at 2:34 PM, Yarko Tymciurak <[EMAIL PROTECTED]> wrote: > On Sat, Dec 6, 2008 at 2:32 PM, Yarko Tymciurak <[EMAIL PROTECTED]> wrote > ...... > >> intervening changes to it's constituents) - to accommodate handling GAE >> (#219: line 202: code=getcfs(....) ) >> > > sorry! That should have read: > > #224: line 202: code=getcfs(....) > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

