On 7-1-2013 19:26, Elli Lola wrote:
> I never used python before and installed it today the first time, so I have 
> no idea what
> to do about this failure:
> 
> 
> $ ./python -m test -v test_urlwithfrag

[..snip..]

> ImportError: No module named 'test.test_urlwithfrag'
> 
> 1 test failed:
>     test_urlwithfrag

The error message says it all, really: there is no regression test module called
"test_urlwithfrag".  (At least, not on my python 3.3 installation)

Check the contents of your <python-install-dir>/Lib/test directory to see what 
is
available instead.


Irmen

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to