bug: hardcoded path in newlisp-tk?

Started by starseed, August 18, 2006, 02:14:24 AM

Previous topic - Next topic

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:Programmenewlispnewlisp": no such file or directory



Which is quite OK, because it really doesn't exist, newlisp is

installed in E:ToolsNewlisp

HPW

#1
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}
Hans-Peter

starseed

#2
Thank you,



that worked.



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

Lutz

#3
You may have had an old newlisp-tk.config. Always uninstall before installing a new version.



Lutz