Hi Lutz,
When I start newlisp-tk (newlisp 8.9.5), I get the following error:
Error sourcing /freewrap/newlisp-tk.tcl: couldn't execute "C:Programmenewlispnewlisp": no such file or directory
Which is quite OK, because it really doesn't exist, newlisp is
installed in E:ToolsNewlisp
Edit your newlisp-tk.config:
set Ide(HelpTopic-tk) {C:Programmenewlispnewlisp-tk.html}
set Ide(HelpTopic) {C:Programmenewlispmanual_frame.html}
set Ide(initialDir) {C:Programmenewlisp}
set Ide(newLISPbin) {C:Programmenewlisp}
Thank you,
that worked.
It was the first time I had problems like this ... funny.
You may have had an old newlisp-tk.config. Always uninstall before installing a new version.
Lutz