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.
Old posts that have not been replied to for several years.
S
SpiderM
Post
by SpiderM » Wed Sep 24, 2003 3:05 am
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
GodOfSuicide
Master
Posts: 463 Joined: Mon Jun 17, 2002 8:00 pm
Location: Austria
Post
by GodOfSuicide » Wed Sep 24, 2003 3:46 am
you must specify the lynx path in the script, check the included readme
S
SpiderM
Post
by SpiderM » Wed Sep 24, 2003 3:51 am
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?