> Why does the compiled version include the .pyc files in controllers/ (outside 
> of compiled/)? It doesn't seem like those get used, at least not by 
> run_controller_in.

I think you refer to line 298 of compileapp.py. I do not recall why it
is there. I will try remove it and see what breaks.

> And a minor thing: there's a lot of this kind of thing:
>
>     path = os.path.join(folder, 'compiled/')
>
> Should the '/' really be part of the call? It sort of defeats the purpose of 
> os.path.join.

There are a few cases when in can be removed (and I just did in trunk)
but most of them are required else listdir does not work properly.




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

Reply via email to