En Tue, 14 Aug 2007 22:44:17 -0300, Steven W. Orr <[EMAIL PROTECTED]> escribi�:
> The shell compile command I use to generate both the .pyc and the .pyo > files is: > > python=/usr/bin/python2.3 > i_python () > { > $python -c "import $1" > $python -O -c "import $1" > } This is irrelevant to your main question - but try the compileall module in the standard library. -- Gabriel Genellina -- http://mail.python.org/mailman/listinfo/python-list