From: Kevan H. <ha...@op...> - 2023-08-05 01:41:17
|
Greetings from Boston, If there is a better place to ask this question, I am happy to ask elsewhere. But I don't know of a better place. I just compiled TclTk 8.7.a5, producing an embedded Wish shell. It runs and opens a console. The "console" command is defined and working. But if I include any script Wish.app/Contents/Resources/Scripts/AppMain.tcl, even an empty script, Wish runs the script, refuses to open the console, and the console command is not defined. In all previous versions of TclTk, including 8.7.a3, the console command will be defined for AppMain.tcl. I see a file: Wish.app/Contents/Frameworks/Tk.framework/Resources/Scripts/console.tcl But this won't run: (Scripts) 7 % source console.tcl invalid command name "consoleinterp" How can I keep the console command for use in AppMain.tcl? Best Wishes, Kevan -- Kevan Hashemi, President Open Source Instruments Inc. www.opensourceinstruments.com |