<div dir="ltr">yeah you prob have to compile tkdnd on 10.8 yourself. the github one was built on 10.11...<div><br></div><div>it is also possible i updated the stock tk version in vanilla from 8.4 -> 8.5 but I am not on that machine right now. if you do a search for tk 8.5 puredata you should find a tutorial for retina screen from Dan.</div><div><br></div><div>BTW i get same error as you on this macbook air I am on right now so I DO assume its tk version 8.5 you need but maybe someone else on list can clarify based on error.</div><div><br></div><div>cheers</div><div>m</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 30, 2016 at 7:44 AM, hi via Pd-list <span dir="ltr"><<a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">thanks for sharing!!<br>
<br>
but doesn't work (osx 10.8.5, pd-0.46.7), and produces this in pd-window:<br>
<br>
-<br>
Drag and Drop on Window<br>
Drag and Drop on Canvas<br>
-<br>
-----------<br>
UNHANDLED ERROR: syntax error in expression "[tk windowingsystem] eq "aqua" && "AppKit" ni [winfo server ...": extra tokens at end of expression<br>
   while executing<br>
"if {[tk windowingsystem] eq "aqua" && "AppKit" ni [winfo server .]} {<br>
 error {TkAqua Cocoa required}<br>
}"<br>
   (file "/Applications/pd-0.46-7/GUI-plugins/dnd-plugin-master/tkdnd/tkdnd_macosx.tcl" line 50)<br>
   invoked from within<br>
"source $dir/tkdnd_macosx.tcl"<br>
   ("aqua" arm line 2)<br>
   invoked from within<br>
"switch $_windowingsystem {<br>
     x11 {<br>
       source $dir/tkdnd_unix.tcl<br>
       set _platform_namespace xdnd<br>
     }<br>
     win32 -<br>
     windows {<br>
..."<br>
   (procedure "tkdnd::initialise" line 74)<br>
   invoked from within<br>
"tkdnd::initialise {/Applications/pd-0.46-7/GUI-plugins/dnd-plugin-master/tkdnd} libtkdnd2.8.dylib tkdnd"<br>
   ("package ifneeded" script)<br>
   invoked from within<br>
"package require tkdnd"<br>
   ("uplevel" body line 18)<br>
   invoked from within<br>
"uplevel #0 $tclcode"<br>
FAILED TO LOAD /Applications/pd-0.46-7/GUI-plugins/dnd-plugin-master/dnd-plugin.tcl<br>
Am 30.03.2016 um 13:20 schrieb megrimm <<a href="mailto:megrimm@gmail.com">megrimm@gmail.com</a>>:<br>
<br>
</div></div><div class="HOEnZb"><div class="h5">> Try this. Worked for me but untested elsewhere:<br>
><br>
> <a href="https://github.com/megrimm/dnd-plugin" rel="noreferrer" target="_blank">https://github.com/megrimm/dnd-plugin</a><br>
><br>
> .....<br>
><br>
>> On Mar 30, 2016, at 7:09 AM, hi via Pd-list <<a href="mailto:pd-list@lists.iem.at">pd-list@lists.iem.at</a>> wrote:<br>
>><br>
>> is there any chance to make it work on osx?<br>
>><br>
>> where would tkdnd have to be installed?<br>
>><br>
>> thanks<br>
>><br>
>> johnny<br>
>><br>
>><br>
>>> Am 01.03.2016 um 16:30 schrieb patrice colet <<a href="mailto:colet.patrice@free.fr">colet.patrice@free.fr</a>>:<br>
>>><br>
>>><br>
>>><br>
>>> Le 01/03/2016 16:04, IOhannes m zmoelnig a écrit :<br>
>>>> On 2016-03-01 15:49, patrice colet wrote:<br>
>>>><br>
>>>>><br>
>>>>> I've got pd-0.46.7 on Manjaro archlinux and it doesn't work for me, same<br>
>>>>> error with the fixed version.<br>
>>>>> there is no tkdnd package for archlinux, the aur version is dead, I've<br>
>>>>> compiled and installed this one:<br>
>>>>><br>
>>>>><br>
>>>>> <a href="https://github.com/petasis/tkdnd" rel="noreferrer" target="_blank">https://github.com/petasis/tkdnd</a><br>
>>>>>>> - it only works for patches that are stored in my fully-qualified search<br>
>>>>>>> path. e.g. i can drop "/home/frodel/pd-externals/foo.pd" but i cannot<br>
>>>>>>> drop "/tmp/bar.pd" (unless i added "/tmp" to my search path).<br>
>>>>> This is exactly how I designed this plugin, glad it works for you, what<br>
>>>>> tkdnd version are you using?<br>
>>>> 2.6-1 as packaged for Debian by hans...<br>
>>>> however i doubt that this is the reason.<br>
>>>><br>
>>>> try running Pd without any externals (and loaders) loaded.<br>
>>> by running with -noprefs it's working good, it was a bad entry in preferences/path pointing to pd-externals folder.<br>
>>><br>
>>>> i've taken the liberty to put the plugin onto github<br>
>>>><br>
>>>><br>
>>>> <a href="https://github.com/pure-data/gui-plugins" rel="noreferrer" target="_blank">https://github.com/pure-data/gui-plugins</a><br>
>>>><br>
>>>><br>
>>>> let me know if you want write access.<br>
>>>><br>
>>>> fgasmd<br>
>>>> IOhannes<br>
>>>><br>
>>>><br>
>>>><br>
>>>><br>
>>>> _______________________________________________<br>
>>>><br>
>>>> <a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a><br>
>>>> mailing list<br>
>>>> UNSUBSCRIBE and account-management -><br>
>>>> <a href="http://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
>>><br>
>>> _______________________________________________<br>
>>> <a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
>>> UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
>><br>
>><br>
>> _______________________________________________<br>
>> <a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
>> UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>____________________<br>m.e.grimm, m.f.a, ed.m.</div><div>syracuse u., tc3</div><div><a href="http://megrimm.net" target="_blank">megrimm.net</a><br>____________________</div></div></div>
</div>