[issue1756] -m broken in trunk

2008-01-07 Thread Guido van Rossum
New submission from Guido van Rossum: As of today, the -m option doesn't appear to work any more in the trunk. I get this error: $ ./python -m string Could not import runpy module $ However it seems to be confused: $ ./python -c 'import runpy' $ IOW the module imports just fine. Crys, I won

[issue1756] -m broken in trunk

2008-01-07 Thread Georg Brandl
Georg Brandl added the comment: Seems to work here... -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list

[issue1756] -m broken in trunk

2008-01-07 Thread Guido van Rossum
Guido van Rossum added the comment: Bah. Environment error. Sorry! -- resolution: -> invalid status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___