RuntimeError at end of test.autotest in Python 2.3b on windows, tmpfile also fails

Irmen de Jong irmen at -NOSPAM-REMOVETHIS-xs4all.nl
Mon Apr 28 12:49:36 EDT 2003


Michael Hudson wrote:
> Irmen de Jong <irmen at -NOSPAM-REMOVETHIS-xs4all.nl> writes:
> 
> 
>>PS if developers don't run "import test.autotest" what *do* they run?
> 
> 
> "make test" (or at least, that's what I do).
> 
> Cheers,
> M.
> 

Ofcourse. This runs "./python -E -tt ./Lib/test/regrtest.py -l"
so I typed in my windows command prompt:
c:\python23> python -E -tt Lib\test\regrtest.py -l

and this works nicely, no RuntimeError at all.
It was only a problem when doing "import test.autotest"
(and has been fixed already).

--Irmen






More information about the Python-list mailing list