Hi, I have installed a light openBSD system on an old Pentium-100, with python 2.3 and mpg321 which manages to play mp3's on this tired old hardware. I don't want to install any more than I have to, but I cannot get PyTone to work without python-oss, which you list as being optional, if the mixer is used. I have cleared the device setting in the mixer section of /etc/pytonerc, and set the player type to mpg123. PyTone still tries to import the mixer and oss: Traceback (most recent call last): File "/usr/local/share/PyTone-2.0.12/src/pytone.py", line 52, in ? import mainscreen File "/usr/local/share/PyTone-2.0.12/src/mainscreen.py", line 31, in ? import mixerwin File "/usr/local/share/PyTone-2.0.12/src/mixerwin.py", line 63, in ? import oss ImportError: No module named oss Is there a way to use it without installing the python oss module ? Thanx, Les Ferguson Waitakere, New Zealand