[Pythonmac-SIG] NSMovieView question

Bob Ippolito bob at redivi.com
Fri Jul 1 22:03:38 CEST 2005


On Jul 1, 2005, at 9:14 AM, Jared Barden wrote:

> I appreciate all the QTMovieView help. Hopefully this will be the  
> last question on the subject. In my app, I create a QTMovie with  
> the initWithURL_error_() call. When I try to do a setMovie_() with  
> the QTMovieView, I receive the following error:
>
> ValueError: NSInvalidArgumentException - *** -[OC_PythonArray  
> quickTimeMovieController]: selector not recognized [self = 0x5247f90].

That means you're passing an array somewhere that you should be  
passing something else.

-bob



More information about the Pythonmac-SIG mailing list