Re: [Pythonmac-SIG] NSMovieView problems

2005-06-06 Thread Bob Ippolito
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

Re: [Pythonmac-SIG] NSMovieView problems

2005-06-06 Thread Bob Ippolito
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

[Pythonmac-SIG] NSMovieView problems

2005-06-06 Thread Jared Barden
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