This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Tcl error: couldn't execute "lynx": no such file..

Old posts that have not been replied to for several years.
Locked
S
SpiderM

Tcl error: couldn't execute "lynx": no such file..

Post by SpiderM »

Hi,

I had to move my eggdrop to a windows-system. So I installed Windrop there. Everything works fine, except two news-scripts and the german TV-Script.

Tcl error [heisecheck]: couldn't execute "lynx": no such file or directory
Tcl error [rancheck]: couldn't execute "lynx": no such file or directory

Tcl error [pub_tv]: can't read "tv(lynx)": no such element in array

I installed a lynx for windows, but don't know what I must do now.

Any suggestions? Thanks for help
User avatar
GodOfSuicide
Master
Posts: 463
Joined: Mon Jun 17, 2002 8:00 pm
Location: Austria

Post by GodOfSuicide »

you must specify the lynx path in the script, check the included readme
S
SpiderM

Post by SpiderM »

I already did it like this:

Code: Select all

#Location of your lynx-Binary - try: which lynx
set tv(lynx) "c:/lynx_w32/lynx"
#don't forget to add your entries for proxysettings in your local lynx.cfg file
#http_proxy environment variable may not work here!
Had lynx to be started?
Locked