newLISP Fan Club

Forum => newLISP newS => Topic started by: starseed on August 18, 2006, 02:14:24 AM

Title: bug: hardcoded path in newlisp-tk?
Post by: starseed on August 18, 2006, 02:14:24 AM
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
Title:
Post by: HPW on August 18, 2006, 02:28:16 AM
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}
Title:
Post by: starseed on August 18, 2006, 07:33:44 AM
Thank you,



that worked.



It was the first time I had problems like this ... funny.
Title:
Post by: Lutz on August 18, 2006, 08:10:03 AM
You may have had an old newlisp-tk.config. Always uninstall before installing a new version.



Lutz