[Pyobjc-dev] Can't activate external app
Brought to you by:
ronaldoussoren
From: Philip B. <br...@ma...> - 2003-12-08 21:26:41
|
I'm trying to launch RealOne Player from my app and send it a URL. If RealOne is already running, this successfully causes it to play the given audio stream: import RealOne_Player realplayer = RealOne_Player.RealOne_Player() realplayer.GetURL( "rtsp://blah/blah.rm" ) I can't see how to launch it from my program though. On a wild guess I tried realplayer.activate(), which gave the error "MacOS.Error: (-600, 'no eligible process with specified descriptor')". -- Phil |