Re: [Pyobjc-dev] GetMovieTime() from quicktime movie
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2004-03-17 20:32:04
|
On 17-mrt-04, at 18:58, Birch Browning wrote: > Please forgive me if I've gone about this the wrong way. I'm still > quite > a newbie to pyobjc. I think I know just enough to be dangerous. You're lucky ;-), I thought you ran into a PyObjC bug and I wanted to fix that. The attached archive contains two python files: main.py is the translation of the Objective-C source-code into python, buildapp.py can be used to build the application. Copy both files into the Objective-C example tree and then run 'python buildapp.py build'. This should create 'build/NSMovie_Example.app', which seems fully functional. |