I just tried it. You are right. I guess it takes a manual:
find . -name "*.pyc" -exec rm -f {} \; -print
or in whatever folder delete them....
to clean up.
On Thu, Jan 22, 2009 at 9:42 AM, Markus Gritsch <[email protected]> wrote:
>
> On Thu, Jan 22, 2009 at 5:26 PM, Wes James <[email protected]> wrote:
>>
>> I don't think it deals with those. When you run your app, the pyc
>> files get created anyway.
>
> No they do not. web2py exec's the controllers, so no .pyc is written.
>
> Markus
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---