DistUtils and pyo

Skip Montanaro skip at pobox.com
Wed Jan 15 11:02:34 EST 2003


    stef> I need a distribution ONLY with .pyc files.
    ...
    stef> Can You help me?

find /usr/local/lib/python2.2 -name '*.pyo' | xargs rm -f

Skip





More information about the Python-list mailing list