Casey wrote:
I have a new laptop that came with Vista 64 and I'm having problems
with some of my older code that I use for multimedia processing. I
narrowed the problem down to the winsound library; any attempt to play
sounds results in a fatal error. The simplest case is:
from winsound impor
I have a new laptop that came with Vista 64 and I'm having problems
with some of my older code that I use for multimedia processing. I
narrowed the problem down to the winsound library; any attempt to play
sounds results in a fatal error. The simplest case is:
>>> from winsound import Beep
>>> B