On Jun 6, 2005, at 1:21 PM, Bob Ippolito wrote:
>
> On Jun 6, 2005, at 11:40 AM, Jared Barden wrote:
>
>
>
>> I'm developing a Cocoa-Python application that uses a NSMovieView to
>> play audio files. However, every time I do self.myView.setMovie_
>> (theMovie), the NSMovieView will appear in my w
On Jun 6, 2005, at 11:40 AM, Jared Barden wrote:
> I'm developing a Cocoa-Python application that uses a NSMovieView to
> play audio files. However, every time I do self.myView.setMovie_
> (theMovie), the NSMovieView will appear in my window, and the program
> will crash almost instantaneously w
Hello All,
I'm developing a Cocoa-Python application that uses a NSMovieView to
play audio files. However, every time I do self.myView.setMovie_
(theMovie), the NSMovieView will appear in my window, and the program
will crash almost instantaneously with a signal 10 (sigbus) error.
Any though