From: Mark P. E. <ma...@sr...> - 2004-04-22 15:44:07
|
I tried out tk_octave and noticed a couple of problems. First on my system the tk_matrix demo wouldn't work until I added: set auto_path "$auto_path /usr/lib" to tk_matrix.tcl so that it could find the BLT package. "wish" doesn't have any trouble finding the BLT package. When I start the tcl/tk interpreter from octave with tk_interp my CPU free time drops to 0. This is before I do any other commands. Why does the interpreter require so much CPU time? tk_entry.m doesn't work. Line 100 is "@@ -98,6 +98,7 @@" which looks like it must of gotten left over from a patch attempt. The document string on tk_end says "See also: tk_start, ..." which must have supposed to have been tk_interp. -Mark Esplin |