[Python-Dev] RH9 build does not seem to autodetect properly
Skip Montanaro
skip at pobox.com
Sun Aug 3 23:18:12 EDT 2003
Dennis> I'ver just tried to build the new 2.3 release under RH9. It builds but
Dennis> with some problems....
Dennis> 228 tests OK.
...
Dennis> 1 skip unexpected on linux2:
Dennis> test_bz2
Can you confirm that the necessary libraries and header files are installed
on your system? There are probably two rpms, named something like bz2 and
bz2-devel which must be installed.
Dennis> test_urllibnet
Dennis> test_urllibnet skipped -- Use of the `network' resource not enabled
Dennis> and similar network related modules are not detected.
Network tests are disabled by default because they assume a connection to
the net. You can run them like
./python Lib/regrtest.py -uall
This will enable all tests which are disabled by default.
Skip
More information about the Python-Dev
mailing list