Jim Fulton wrote:
AFAIK, the standard interpreter command line arguments are implemented at a low level and aren't meant to be reusable. To make them work basically requires reimplementing them. It would be useful if there was a module that just had implementations of (most of) the standard interpreter options.
Is this perhaps what's in the runpy module of the standard library? http://docs.python.org/library/runpy.html#module-runpy Hmmm, maybe it does just the right thing for -m? In any case, any objections to me implementing this for buildout scripts? If not, where is the actual code that generates the scripts? cheers, Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
