[Pyobjc-dev] QTKit with Python 2.6.4 and Snow Leopard?
Brought to you by:
ronaldoussoren
From: Jep H. <je...@gm...> - 2010-01-10 22:31:44
|
Hello all, Having searched the web high and low trying to find help with QTKit and Python on Snow Leopard 10.6.2,I was very happy to find this forum. Can anyone tell my how to get this sample script working: http://pseudogreen.org/blog/qtkit/ I'm pulling my hair out trying to figure out why I keep getting this error: $convert_for_iphone in_test.mov out_test.mov Traceback (most recent call last): File "/Users/jep/scripts/python/convert_for_iphone", line 49, in <module> convert_for_iphone(infile, outfile) File "/Users/jep/scripts/python/convert_for_iphone", line 27, in convert_for_iphone movie, error = QTKit.QTMovie.movieWithAttributes_error_(in_attrs, None) KeyError: u'QTMovieDelegateAttribute' In fact I'm getting the same "Key Error: u'QTMovieDelegateAttribute" on several example scripts. I can't seem to successfully initialize a movie object. All help is more than appreciated — thank you all. Jep |