PDA

View Full Version : Problem with loading included imdb.tcl


Reloaded_2
11-30-2004, 03:44 PM
i want to use 1 main dir for my site, like this:

C:\Site
C:\Site\ioFTPD
C:\Site\windrop

so far so god.. but my eggdrop wont load and give me this error:

Tcl error in file 'eggdrop.conf':
can't find package http 2.3
while executing
"package require http 2.3 "
invoked from within
"if { $IMDB_ALT == 0 } { package require http 2.3 }"
(file "scripts/dZSbot.tcl" line 1416)
invoked from within
"source scripts/dZSbot.tcl"
(file "eggdrop.conf" line 1373)
..............
but both dZSbot.tcl and imdb.tcl is in c:\site\windrop\script
if i choose to run the bot from c:\windrop\script .. there is no problem at all...

copy from my eggdrop.conf:
...........................................
source scripts/winident1.2.tcl
source scripts/dZSbot.tcl
source scripts/imdb.tcl
source scripts/newdir.tcl

please help me if possible.


... Reloaded To The Max ....

Reloaded_2
11-30-2004, 04:14 PM
humm .... i have just tryed and use CURL instead .. now its works 100% .. so big thx to me for the nice help :D

... Reloaded To The Max ...

neoxed
11-30-2004, 04:22 PM
Do not put your windrop directory instead the ioFTPD directory, it causes problems with TCL's auto_path (used when locating extensions and libraries).