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.

Unable to load scripts/google.tcl (error: can't find package

Old posts that have not been replied to for several years.
Locked
User avatar
dotslasher
Halfop
Posts: 62
Joined: Sun Aug 10, 2003 8:10 pm

Unable to load scripts/google.tcl (error: can't find package

Post by dotslasher »

Unable to load scripts/google.tcl (error: can't find package http)


i got the latest TCL version Tcl/Tk 8.4.6 but my eggdrop (v1.6.15) says it
cannot find the package HTTP. what would be wrong?
User avatar
dotslasher
Halfop
Posts: 62
Joined: Sun Aug 10, 2003 8:10 pm

Post by dotslasher »

any suggestions at all?
e
egghead
Master
Posts: 481
Joined: Mon Oct 29, 2001 8:00 pm
Contact:

Post by egghead »

Darth_Unslut wrote:any suggestions at all?
TCL comes with http.tcl. For example, on my shell it can be found in /usr/local/lib/tcl8.3/http2.4. You need to source that script too.
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

i am not sur but i remember reading some passed topic where it sad that u needed http or something and if i remember well it was this
XplaiN but think of me as stupid
User avatar
dotslasher
Halfop
Posts: 62
Joined: Sun Aug 10, 2003 8:10 pm

Post by dotslasher »

well its located: /usr/local/lib/tcl8.4/http2.4 for me. i made it load this on startup and it doesnt complain anymore but the scripts dont work at all.

on some newsgroups i posted this

> According to dotslasher <dotslasher@pandora.be>:
> :i got the latest TCL version Tcl/Tk 8.4.6 but my eggdrop says it
> :cannot find the package HTTP. what would be wrong?
>
> At a command line shell, type "tclsh". In response to the resulting
> % prompt, type "package require http" (lower case characters). If you
> get "2.4.4" as a response, then that version of tcl is installed correctly.
>
> Perhaps your eggdrop has a bug? Or was it working before you installed
> a new tcl?

i think my shell = f00ked up though cus:

bash: tclsh: command not found

did the root screw up the installation of tcl?
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

hmm did u try the script i posted ?? its not the regular http lib !!!!
XplaiN but think of me as stupid
User avatar
dotslasher
Halfop
Posts: 62
Joined: Sun Aug 10, 2003 8:10 pm

Post by dotslasher »

i already have that tcl
Locked