Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
[ ddicks@linuxbox ~ ] $ Point2Play Traceback (most recent call last): File "/usr/lib/transgaming_point2play/Point2Play_gui.py", line 1464, in ? feg = Point2Play_gui( Point2Play.Point2Play( config_file ) ) File "/usr/lib/transgaming_point2play/Point2Play.py", line 239, in __init__ self.tests = tests.tests() File "/usr/lib/transgaming_point2play/tests.py", line 65, in __init__ exec('import ' + file[0:-3]) File "<string>", line 1, in ? File "/usr/lib/transgaming_point2play/tests/test_sound.py", line 15, in ? import ossaudiodev ImportError: No module named ossaudiodev
ok, 1.1.1-r1 has a patch to allow point2play to work ... basically if the oss module isnt found (it requires python 2.3) then the tests are disabled ... we'll leave this open until we can release python 2.3
ok, fixed in ~x86