I'm getting this error while running the eggdrop bot, while loading the http.tcl
script:
conflicting versions provided for package "http": 2.7.5, then 2.5.2
How do I fix this?
I'm getting this error while running the eggdrop bot, while loading the http.tcl
script:
conflicting versions provided for package "http": 2.7.5, then 2.5.2
How do I fix this?
The problem is, that the command "package provide http X.Y.Z" is executed twice, but with different version numbers. Have a look in your pkgindex.tcl and fix the version numbers.
http
as well, since that is referenced in the error message. – Faheem Mitha Mar 28 '11 at 17:48