Bug 30556 - Point2Play 1.1.1 errors when attempting to launch after install
Bug#: 30556 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: vapier@gentoo.org Reported By: dale_d@telusplanet.net
Component: Applications
URL: 
Summary: Point2Play 1.1.1 errors when attempting to launch after install
Keywords:  
Status Whiteboard: 
Opened: 2003-10-07 05:04 0000
Description:   Opened: 2003-10-07 05:04 0000
[ 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

------- Comment #1 From SpanKY 2003-10-07 12:26:58 0000 -------
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

------- Comment #2 From SpanKY 2003-12-06 19:21:12 0000 -------
ok, fixed in ~x86