Retry: Question about FutureWarning

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Mon Aug 20 04:26:57 EDT 2007


En Tue, 14 Aug 2007 22:44:17 -0300, Steven W. Orr <steveo at syslang.net>  
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




More information about the Python-list mailing list