When I compile an app, and the install it, it appears that controllers show up 
twice: once in controllers/ as one .pyc per controller file, and again in 
compiled/, this time once per function. What's going on, and how are these 
files used?

Also, the manual says:

> Because views can extend and include other views in a tree, before bytecode 
> compilation, the view tree for every controller is collapsed into a single 
> file. 

But in compiled/, I see a view .pyc per function, not per controller. I assume 
that I'm misinterpreting something, but again: what's going on here?



-- 
Subscription settings: http://groups.google.com/group/web2py/subscribe?hl=en

Reply via email to