On 5/1/07, Andrew Pape <[EMAIL PROTECTED]> wrote:
that works fine too now, with the same "export" line. All I do now is write a simple script that does the export and then runs Python on the demo. Simple. Thanks again John, and thanks also to takis and others for your help too.
You don't need to write a wrapper for this. $ echo "export SDL_AUDIODRIVER=dsp" >> ~/.bashrc Your ~/.bashrc file gets sourced everytime you run a bash shell (which is anytime you run a #!/bin/bash, #!/usr/env python, etc) Ian