[Dev] experimenting with python 2.4
Andi Vajda
vajda at osafoundation.org
Tue Nov 30 18:00:20 PST 2004
> There may be *.pyd files you do NOT want to delete. So do this instead:
>
> find . -name '*.pyo' | xargs rm
> find . -name '*.pyc' | xargs rm
Yes, of course Heikki is right. I don't have my release|debug directory
inside the chandler diretory for that and many other reasons. If you keep
release|debug inside the chandler tree, you need to be more careful.
Thanks for pointing it out.
Andi..
>
> --
> Heikki Toivonen
>
>
More information about the Dev
mailing list