Page 1 of 1

bug: hardcoded path in newlisp-tk?

Posted: Fri Aug 18, 2006 9:14 am
by starseed
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:\Programme\newlisp\newlisp": no such file or directory

Which is quite OK, because it really doesn't exist, newlisp is
installed in E:\Tools\Newlisp

Posted: Fri Aug 18, 2006 9:28 am
by HPW
Edit your newlisp-tk.config:

set Ide(HelpTopic-tk) {C:\Programme\newlisp\newlisp-tk.html}
set Ide(HelpTopic) {C:\Programme\newlisp\manual_frame.html}
set Ide(initialDir) {C:\Programme\newlisp}
set Ide(newLISPbin) {C:\Programme\newlisp}

Posted: Fri Aug 18, 2006 2:33 pm
by starseed
Thank you,

that worked.

It was the first time I had problems like this ... funny.

Posted: Fri Aug 18, 2006 3:10 pm
by Lutz
You may have had an old newlisp-tk.config. Always uninstall before installing a new version.

Lutz