[PD-dev] pyx shell replacement

Thomas Grill gr at grrrr.org
Tue Jan 29 00:36:09 CET 2008


Am 29.01.2008 um 00:20 schrieb Thomas Grill:

>>
>
> Hi,
>
>> I figured something that runs os.system() on an arbitrary string  
>> would
>> be a good enough start, though coercing the _anything_ *args into a
>> string seems to be challenging me.
>
> do you mean "".join(map(str,*args))  ?

no sorry, if args is a sequence i think you rather mean

os.system(" ".join(map(str,args)))

In this case the arguments are separated by spaces.

gr~~~

--
Thomas Grill
http://grrrr.org


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2407 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20080129/e2243118/attachment.bin>


More information about the Pd-dev mailing list