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.

[SOLVED] can't find package http 2.0

Help for those learning Tcl or writing their own scripts.
Post Reply
d
dondong
Voice
Posts: 6
Joined: Thu Jun 09, 2011 11:33 am

[SOLVED] can't find package http 2.0

Post by dondong »

this is the view ...

Code: Select all

[10:30] Tcl error in file 'busuk.conf':
[10:30] can't find package http 2.0
    while executing
"package require http 2.0"
    (file "scripts/rssnews.tcl" line 18)
    invoked from within
"source scripts/rssnews.tcl"
    (file "busuk.conf" line 212)
[10:30] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
when i upload http.tcl in scripts folder, the result just same, what should gonna do,many thanks before
User avatar
Trixar_za
Op
Posts: 143
Joined: Wed Nov 18, 2009 1:44 pm
Location: South Africa
Contact:

Post by Trixar_za »

Are you loading http.tcl before rssnews.tcl in your conf? Also it's not enough to just have http.tcl in the script directory, you also need to load it with the conf like any other script. It will automatically override the one used by the system.
d
dondong
Voice
Posts: 6
Joined: Thu Jun 09, 2011 11:33 am

Post by dondong »

I'm sorry interrupt you before sit,but am finished it yet,:D,yeah thanks f this forum,i read some posts and goes well now,,thanks
Post Reply