lsb-test-python failed the latest python?
Submitted by LSB List on Wed, 08/27/2008 - 09:30.
Posted to the lsb-discuss mailing list by: Hao Liu
Hey, guys,
i'm testing lsb-test-python-3.2.0-1.noarch, there're 3 failures occured:
from test import test_support
Additional info:
#uname -a
Linux dhcp-65-86.nay.redhat.com 2.6.25-14.fc9.i686 #1 SMP Thu May 1 06:28:41 EDT 2008 i686 athlon i386 GNU/Linux
#rpm -q python
python-2.5.1-30.fc10.i386
All the best,
Hao Liu
Hey, guys,
i'm testing lsb-test-python-3.2.0-1.noarch, there're 3 failures occured:
- /usr/bin/python 5 FAIL
- /usr/bin/python 24 FAIL
- /usr/bin/python 46 FAIL
from test import test_support
import unittestit tries to import _testcapi module, but I can't find the module on my testing machine. I tried to find tt module with 'find . -name "_testcapi.so"' in the / directory, but I found tt the module was located in:
import codecs
import sys, StringIO, _testcapi
...
...
./media/_/opt/lsb/appbat/lib/python2.4/lib-dynload/_testcapi.sowhile I'm using is python-2.5.1.
./opt/lsb/appbat/lib/python2.4/lib-dynload/_testcapi.so
Additional info:
#uname -a
Linux dhcp-65-86.nay.redhat.com 2.6.25-14.fc9.i686 #1 SMP Thu May 1 06:28:41 EDT 2008 i686 athlon i386 GNU/Linux
#rpm -q python
python-2.5.1-30.fc10.i386
All the best,
Hao Liu

