The help patch 26.outlet_order.pd has three print objects: first, nächste and último.
The last two print as expected, but they are displayed in the patch window as empty boxes.
When I move them I get the following error:
(Tcl) UNHANDLED ERROR: can't find an indexable and selectable item ".x97dc878.t9432030"
while executing
".x97dc878.c select from .x97dc878.t9432030 0"
("uplevel" body line 2)
invoked from within
"uplevel #0 $cmds_from_pd"
When I change them manually to contain "print nächste" and "print último" everything is OK again.
I'm using 0.43.4-extended on debian wheezy.
Anonymous
I can't reproduce this using Pd-extended 0.43.4 on Linux Mint Maya in English, French, Japanese and LANG=C mode. What version of wish is the default? Run 'wish' from the Terminal, then at the % prompt type: info patchlevel.
info patchlevel
8.5.11
After talking to eighthave on IRC I did mv /usr/lib/pd-extended/startup/tclpd /usr/lib/pd-extended/startup/tclpd.old
This fixed it for now, but makes it impossible to write new objects in tcl.
Not that I was going to any time soon...