[PD] launching pd from python

altern altern2 at gmail.com
Fri Sep 2 10:24:03 CEST 2005


august(e)k dio:
>>>#
>>>execdir = os.path.dirname(sys.argv[0])
>>>pdexc = os.path.join(execdir,
>>>"/Pd-0.38-4-extended-RC1.app/Contents/MacOS/Pd")
>>>arg = os.path.join(execdir, "audio.pd")
>>>os.spawnl(os.P_NOWAIT, pdexc, arg)
>>># etc ...
>>>
>>
>>try with
>>pdexc = os.path.join(execdir,
>>"/Pd-0.38-4-extended-RC1.app/Contents/Resources/bin/pd")
> 
> 
> 
> actually, I think if the Pd-0.38-4-extended-RC1.app is in the same
> directory where you start python, then you want to try something like
> this:
> pdexc = os.path.join(execdir,
>  "./Pd-0.38-4-extended-RC1.app/Contents/Resources/bin/pd")
> 
>   ^
>   |
>   |  -> notice the "./"

hi august

i tried and it doesnt seem to make any difference. Looks like Python 
doesnt like something about PD.

thanks


> -august.
> 


-- 
altern





More information about the Pd-list mailing list