ot;/usr/src/packages/BUILD/Python-3.3.0/Lib/test/regrtest.py", line
1213, in runtest_inner
the_package = __import__(abstest, globals(), locals(), [])
ImportError: No module named 'test.test_urlwithfrag'
/home/me/Programme/Python/Python-3.3.0/Lib/test/regrtest.py",
line 1213, in runtest_inner
the_package = __import__(abstest, globals(), locals(), [])
ImportError: No module named 'test.test_urlwithfrag'
1 test failed:
test_urlwithfrag
Read the message I sent you before.
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_urlwi
Dear python team,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== CPython 3.3.0 (default, Jan 4 2013, 23:08:00) [GCC 4.6.3]== Linux-3.2.0-35-generic-pae-i686-with-debian-wheezy-sid little-end