Martin v. Löwis wrote:
> Definitely not. Some things will not work. If you want to debug this,
> you should start looking into the test_sys failure.

Most usefully, to get more details on what is breaking, try running:

./python -m test.regrtest -v test_multiprocessing test_sys

The unexpected skips listed later would just be due to missing extension
modules that you don't have the pieces installed to build.

(Hmm, might F8 be 'Fedora 8'? If so, then you definitely shouldn't be
getting failures)

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
---------------------------------------------------------------
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to