Re: [Pythonmac-SIG] Audio_mac.py fails in writeframes

2007-10-11 Thread Jack Jansen
On 11-Oct-2007, at 18:51 , punch wrote: I'm running 'OS X' 10.4.10 and python 2.5.1 on a MacBook Pro SR. When I try to run any of the audio demos, specifically Audio_mac.py, I get errors. The error is in the writeframes method. It appears to try and pack the constant extSH (set to 0xFF) as a

[Pythonmac-SIG] Audio_mac.py fails in writeframes

2007-10-11 Thread punch
I'm running 'OS X' 10.4.10 and python 2.5.1 on a MacBook Pro SR. When I try to run any of the audio demos, specifically Audio_mac.py, I get errors. The error is in the writeframes method. It appears to try and pack the constant extSH (set to 0xFF) as a signed byte, which it cannot do. I've sear