<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/12130" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2006-07-13T08:43:11-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/12130</id>

		<entry>
		<author><name><![CDATA[julesdw]]></name></author>
		<updated>2006-07-13T08:43:11-04:00</updated>

		<published>2006-07-13T08:43:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64620#p64620</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64620#p64620"/>
		<title type="html"><![CDATA[Cannot load XML on startup]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64620#p64620"><![CDATA[
OK, I have a problem trying to load the TCLXML scripts when starting my (windrop) bot.  I want to load the Babelfish SOAP client as a test before I write my own SOAP client. <br><br>When I run the following from the eggdrop.conf<br><br>source lib/tcl8.4/Tclxml2.6/xml__tcl.tcl<br>source lib/tcl8.4/tcldom2.6/domimpl.tcl<br>source lib/tcl8.4/tcldom2.6/dom.tcl<br><br>source lib/tcl8.4/http2.5/http.tcl<br>source lib/tcl8.4/tclsoap1.6.7/utils.tcl<br>source lib/tcl8.4/tclsoap1.6.7/rpcvar.tcl<br>source lib/tcl8.4/tclsoap1.6.7/soap.tcl<br>source lib/tcl8.4/tclsoap1.6.7/http.tcl<br>source lib/tcl8.4/tclsoap1.6.7/soap.tcl<br>source lib/tcl8.4/tclsoap1.6.7/samples/babelfish.tcl<br><br>I get:<br><br>[14:37] Tcl error in file 'eggdrop.conf':<br>[14:37] can't find package xml 2.6<br>    while executing<br>"package require xml 2.6"<br>    (file "lib/tcl8.4/tcldom2.6/domimpl.tcl" line 24)<br>    invoked from within<br>"source lib/tcl8.4/tcldom2.6/domimpl.tcl"<br>    (file "eggdrop.conf" line 1374)<br>[14:37] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)<br><br>If I run:<br>source C:/Windrop/lib/tcl8.4/Tclxml2.6/xml__tcl.tcl<br>source C:/Windrop/lib/tcl8.4/tcldom2.6/domimpl.tcl<br>source C:/Windrop/lib/tcl8.4/tcldom2.6/dom.tcl<br><br>source C:/Windrop/lib/tcl8.4/http2.5/http.tcl<br>source C:/Windrop/lib/tcl8.4/tclsoap1.6.7/utils.tcl<br>source C:/Windrop/lib/tcl8.4/tclsoap1.6.7/rpcvar.tcl<br>source C:/Windrop/lib/tcl8.4/tclsoap1.6.7/soap.tcl<br>source C:/Windrop/lib/tcl8.4/tclsoap1.6.7/http.tcl<br>source C:/Windrop/lib/tcl8.4/tclsoap1.6.7/soap.tcl<br>source C:/Windrop/lib/tcl8.4/tclsoap1.6.7/samples/babelfish.tcl<br><br>from the TCL 8.4 installation (activestate) I have using tclsh (using the command tclsh c:\script.tcl en_nl "good morning") it works!<br><br>It does not matter which version of the XML package I choose it still does the same.  I've also tried using the "lappend auto_path" command to the eggdrop.conf but this also does not help e.g.<br><br>lappend auto_path C:/Windrop/lib/tcl8.4/Tclxml2.6<br><br>Any ideas?<br><br>Jules...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7970">julesdw</a> — Thu Jul 13, 2006 8:43 am</p><hr />
]]></content>
	</entry>
	</feed>
