test failed: test_urlwithfrag

E

Elli Lola

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-endian
==   /home/me/Programme/Python/Python-3.3.0/build/test_python_30744
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1)
[1/1] test_urlwithfrag
test test_urlwithfrag crashed -- Traceback (most recent call last):
  File "/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










If you need more information, please tell me. It would be very great if you could help me. Thank you in advance.









Elli Meisner
 
I

Irmen de Jong

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top