bug: hardcoded path in newlisp-tk?

Notices and updates
Locked
starseed
Posts: 38
Joined: Thu Jul 27, 2006 8:45 pm

bug: hardcoded path in newlisp-tk?

Post 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

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post 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}
Hans-Peter

starseed
Posts: 38
Joined: Thu Jul 27, 2006 8:45 pm

Post by starseed »

Thank you,

that worked.

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

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

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

Lutz

Locked