wxSound Segment Fault

Matthew McClain wrote:

I was wondering if there are problems with wxSound. With just a simple script I am causing a segmentation fault.
The sound actually plays fine but when it is done, I get the fault.
Here is what I did:

> from wxPython.wx import *
> s = wxSound(<filename>)
> s.Play()

Create an app object first. The above will raise an exception in 2.5.2 if there is no app object.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!