<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://community.activestate.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>ActiveState Community Site - package - Comments</title>
 <link>http://community.activestate.com/tags/package</link>
 <description>Comments for &quot;package&quot;</description>
 <language>en</language>
<item>
 <title>Your license file for Expect for Windows is invalid</title>
 <link>http://community.activestate.com/faq/where-is-expect#comment-7138</link>
 <description>&lt;p&gt;Successfully installed Expect after tcl 8.5 using&lt;br /&gt;
teacup install Expect, as shown below:&lt;/p&gt;
&lt;p&gt;Installing into C:/Tcl/lib/teapot&lt;/p&gt;
&lt;p&gt;Installing package Expect 5.43 win32-ix86&lt;/p&gt;
&lt;p&gt;Problems which occurred during the operation:&lt;br /&gt;
* &lt;a href=&quot;http://teapot.activestate.com&quot; title=&quot;http://teapot.activestate.com&quot;&gt;http://teapot.activestate.com&lt;/a&gt; : Sizes not matching for compresse&lt;br /&gt;
The system used slow(er) remote queries to keep working.&lt;/p&gt;
&lt;p&gt;issue:&lt;br /&gt;
when tried to give the command&lt;br /&gt;
&quot;package require Expect&quot; from tclsh85, it went in vain as:&lt;/p&gt;
&lt;p&gt;% package require Expect&lt;br /&gt;
Your license file for Expect for Windows is invalid.&lt;br /&gt;
To purchase or upgrade a license, or to obtain a free evaluation license pleas&lt;br /&gt;
visit: &lt;a href=&quot;http://www.ActiveState.com/Products/ASPN_Tcl&quot; title=&quot;http://www.ActiveState.com/Products/ASPN_Tcl&quot;&gt;http://www.ActiveState.com/Products/ASPN_Tcl&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Email: &lt;a href=&quot;mailto:Sales@ActiveState.com&quot;&gt;Sales@ActiveState.com&lt;/a&gt;&lt;br /&gt;
Toll-free (North America): 1.866.866.2802&lt;br /&gt;
Phone: 604.484.6800&lt;br /&gt;
Fax: 604.484.6499&lt;/p&gt;
&lt;p&gt;1. can anyone throw light to solve this issue?&lt;br /&gt;
2. tried removing &amp;amp; installing Expect again :(&lt;br /&gt;
is the above the correct way to install Expect?&lt;/p&gt;
&lt;p&gt;looking forward to your solution.&lt;br /&gt;
thanks :)&lt;/p&gt;
</description>
 <pubDate>Wed, 12 Nov 2008 13:25:16 +0000</pubDate>
 <dc:creator>Muthu</dc:creator>
 <guid isPermaLink="false">comment 7138 at http://community.activestate.com</guid>
</item>
<item>
 <title>I have almost the same</title>
 <link>http://community.activestate.com/faq/where-is-expect#comment-7116</link>
 <description>&lt;p&gt;I have almost the same problem. I cannot install Expect package with teacup because we have proxy auth. On this forum I have got an advise to use autoproxy with teacup, but... eventually I have not it in 8.5.5 too.&lt;/p&gt;
&lt;p&gt;The question how to install Expect (or any other package) w/o Internet is still actual for me.&lt;/p&gt;
</description>
 <pubDate>Tue, 11 Nov 2008 06:46:10 +0000</pubDate>
 <dc:creator>b00</dc:creator>
 <guid isPermaLink="false">comment 7116 at http://community.activestate.com</guid>
</item>
<item>
 <title>updated</title>
 <link>http://community.activestate.com/faq/where-is-expect#comment-5774</link>
 <description>&lt;p&gt;The FAQ has been updated to clarify the issue around Expect on ActiveTcl 8.5.&lt;/p&gt;
</description>
 <pubDate>Tue, 24 Jun 2008 18:03:53 +0100</pubDate>
 <dc:creator>grahams</dc:creator>
 <guid isPermaLink="false">comment 5774 at http://community.activestate.com</guid>
</item>
<item>
 <title>Tcl 8.5 and Expect</title>
 <link>http://community.activestate.com/faq/where-is-expect#comment-5570</link>
 <description>&lt;p&gt;I have installed Tcl 8.5 and am having the same problems described here activating expect. It appears that to use teacup the server needs to have access to the internet. Is that correct?&lt;br /&gt;
If so how do I activate the expect package if the computer I wish to do this on does not have access to the internet?&lt;/p&gt;
</description>
 <pubDate>Thu, 05 Jun 2008 15:46:39 +0100</pubDate>
 <dc:creator>jomahony</dc:creator>
 <guid isPermaLink="false">comment 5570 at http://community.activestate.com</guid>
</item>
<item>
 <title>can&#039;t find package Expect</title>
 <link>http://community.activestate.com/faq/tclapp-cant-find-a-packag#comment-4790</link>
 <description>&lt;p&gt;Greetings.&lt;br /&gt;
I have installed ActiveTcl 8.4.18.0 and TclDevKit 4.0.4 (trial license), I need to generate a executable of my script tcl.&lt;/p&gt;
&lt;p&gt;I use tclsh and it works well, but, generating an executable from TclDevKit with the following command:&lt;/p&gt;
&lt;p&gt;    tclapp.exe -prefix C:\Tcl\bin\base-tk-thread-win32-ix86.exe -out myapp.exe C:\Tcl\demos\Expect\mejorcito.tcl&lt;/p&gt;
&lt;p&gt;At the moment I have the following files in C:\Tcl\bin:&lt;/p&gt;
&lt;p&gt;base-tcl-thread-win32-ix86.exe&lt;br /&gt;
base-tk-thread-win32-ix86.exe&lt;/p&gt;
&lt;p&gt;mejorcito.tcl is a script that use expect and below it is the code:&lt;/p&gt;
&lt;p&gt;#!/bin/sh&lt;br /&gt;
# \&lt;br /&gt;
exec tclsh &quot;$0&quot;  ${1+&quot;$@&quot;}&lt;/p&gt;
&lt;p&gt;# This is required to declare that we will use Expect&lt;br /&gt;
package require Expect &lt;/p&gt;
&lt;p&gt;# 1. Open a telnet session&lt;br /&gt;
      spawn telnet 10.0.0.3&lt;/p&gt;
&lt;p&gt;I get the following error message:&lt;/p&gt;
&lt;p&gt;can&#039;t find package Expect while executing &quot;package require Expect&quot; (file &quot;C:/TclDevKit/bin/myapp.exe/lib/application/Tcl/demos/Expect/mejorcito.tcl&quot; line 37) invoked from within &quot;source   $startup&quot; (file &quot;C:/TclDevKit/bin/myapp.exe/main.tcl&quot; line 51)&lt;/p&gt;
&lt;p&gt;Please help my to find a solution&lt;br /&gt;
My email is: &lt;a href=&quot;mailto:bermudezdouglas@hotmail.com&quot;&gt;bermudezdouglas@hotmail.com&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Wed, 26 Mar 2008 20:26:40 +0000</pubDate>
 <dc:creator>edwin</dc:creator>
 <guid isPermaLink="false">comment 4790 at http://community.activestate.com</guid>
</item>
<item>
 <title>Still getting 404 errors</title>
 <link>http://community.activestate.com/faq/where-is-expect#comment-4165</link>
 <description>&lt;p&gt;I tried about a dozen times yesterday, and again this morning, and I&#039;m still getting the 404 error.  I am able to get to teapot.activestate.com via browser, and I downloaded the .zip file containing expect.tcl, expect543.dll, injector.dll, pkgIndex.tcl, and teapot.txt - can someone tell me how to install these?&lt;/p&gt;
</description>
 <pubDate>Wed, 13 Feb 2008 16:16:21 +0000</pubDate>
 <dc:creator>deniseshoup</dc:creator>
 <guid isPermaLink="false">comment 4165 at http://community.activestate.com</guid>
</item>
<item>
 <title>Still can&#039;t install or find Expect!</title>
 <link>http://community.activestate.com/faq/where-is-expect#comment-4155</link>
 <description>&lt;p&gt;There should be a better way to achieve the usage of Expect with the latest release of Tcl, similar to the older versions. The issue is when trying to do a &quot;package require Expect&quot; from within a Tcl/Tk program in order to utilize the Expect commands, at least for my needs. If it works for the older releases, there should be an upward similarity with the newer release.&lt;/p&gt;
</description>
 <pubDate>Tue, 12 Feb 2008 22:42:59 +0000</pubDate>
 <dc:creator>mikeehamm</dc:creator>
 <guid isPermaLink="false">comment 4155 at http://community.activestate.com</guid>
</item>
<item>
 <title>404 errors from teacup</title>
 <link>http://community.activestate.com/faq/where-is-expect#comment-4154</link>
 <description>&lt;p&gt;If teacup reports 404 errors when installing Expect, or any other extension, it usually means that the ActiveState Teapot repository is offline for updating. This can happen any time between 4 AM and 11 AM Pacific Time. If it happens, try again in a few minutes. Generally, updates take no longer than half an hour.&lt;/p&gt;
</description>
 <pubDate>Tue, 12 Feb 2008 22:29:16 +0000</pubDate>
 <dc:creator>grahams</dc:creator>
 <guid isPermaLink="false">comment 4154 at http://community.activestate.com</guid>
</item>
<item>
 <title>can&#039;t find tclsh</title>
 <link>http://community.activestate.com/faq/where-is-expect#comment-4153</link>
 <description>&lt;p&gt;Under ActiveTcl 8.5.0, when teacup reports that it can&#039;t find tclsh, you can usually work around the problem by starting tclsh85 and then running teacup from inside it.&lt;br /&gt;
c:&amp;gt;\tclsh85&lt;br /&gt;
%teacup install Expect&lt;/p&gt;
</description>
 <pubDate>Tue, 12 Feb 2008 22:26:03 +0000</pubDate>
 <dc:creator>grahams</dc:creator>
 <guid isPermaLink="false">comment 4153 at http://community.activestate.com</guid>
</item>
<item>
 <title>Teacup doesn&#039;t work for me, either...</title>
 <link>http://community.activestate.com/faq/where-is-expect#comment-3822</link>
 <description>&lt;p&gt;I installed 8.5, and tried the &quot;teacup install Expect&quot;, with the following result:&lt;/p&gt;
&lt;p&gt;C:\Tcl\bin&amp;gt;teacup install Expect&lt;br /&gt;
INTERNAL ERROR ______________________&lt;br /&gt;
INTERNAL ERROR  Shell &quot;c:\tcl\bin\tclsh.exe&quot; does not exist&lt;br /&gt;
INTERNAL ERROR     while executing&lt;br /&gt;
INTERNAL ERROR &quot;CHECK $shell&quot;&lt;br /&gt;
INTERNAL ERROR     (procedure &quot;platform::shell::platform&quot; line 4)&lt;br /&gt;
INTERNAL ERROR     invoked from within&lt;br /&gt;
INTERNAL ERROR &quot;# Compiled -- no source code available&lt;br /&gt;
INTERNAL ERROR error &quot;called a copy of a compiled script&quot;&quot;&lt;br /&gt;
INTERNAL ERROR     (procedure &quot;::repository::client::Snit_methodDoResolve&quot; line&lt;br /&gt;
1)&lt;br /&gt;
INTERNAL ERROR     invoked from within&lt;br /&gt;
INTERNAL ERROR &quot;# Compiled -- no source code available&lt;br /&gt;
INTERNAL ERROR error &quot;called a copy of a compiled script&quot;&quot;&lt;br /&gt;
INTERNAL ERROR     (procedure &quot;::repository::client::Snit_methodResolveEntity&quot; l&lt;br /&gt;
ine 1)&lt;br /&gt;
INTERNAL ERROR     invoked from within&lt;br /&gt;
INTERNAL ERROR &quot;# Compiled -- no source code available&lt;br /&gt;
INTERNAL ERROR error &quot;called a copy of a compiled script&quot;&quot;&lt;br /&gt;
INTERNAL ERROR     (procedure &quot;::repository::client::Snit_methodinstallEntity&quot; l&lt;br /&gt;
ine 1)&lt;br /&gt;
INTERNAL ERROR     invoked from within&lt;br /&gt;
INTERNAL ERROR &quot;# Compiled -- no source code available&lt;br /&gt;
INTERNAL ERROR error &quot;called a copy of a compiled script&quot;&quot;&lt;br /&gt;
INTERNAL ERROR     (procedure &quot;::repository::capp::Snit_methodinstall&quot; line 1)&lt;br /&gt;
INTERNAL ERROR     invoked from within&lt;br /&gt;
INTERNAL ERROR &quot;::capp1 install Expect&quot;&lt;br /&gt;
INTERNAL ERROR     (&quot;eval&quot; body line 1)&lt;br /&gt;
INTERNAL ERROR     invoked from within&lt;br /&gt;
INTERNAL ERROR &quot;# Compiled -- no source code available&lt;br /&gt;
INTERNAL ERROR error &quot;called a copy of a compiled script&quot;&quot;&lt;br /&gt;
INTERNAL ERROR  ______________________&lt;/p&gt;
&lt;p&gt;C:\Tcl\bin&amp;gt;&lt;/p&gt;
</description>
 <pubDate>Tue, 08 Jan 2008 21:09:41 +0000</pubDate>
 <dc:creator>deniseshoup</dc:creator>
 <guid isPermaLink="false">comment 3822 at http://community.activestate.com</guid>
</item>
<item>
 <title>Expect package not found!</title>
 <link>http://community.activestate.com/faq/where-is-expect#comment-3821</link>
 <description>&lt;p&gt;I Installed Tcl Version 8.5 on my Windows XP PC but when I included the line, &quot;package require Expect&quot; into my code, an error message pops up saying &quot;Cant find package Expect&quot;? I uninstalled Version 8.5 and reinstalled Version 8.4.14 and the Expect package gets installed. Is there something I missed, is the Expect extension included in Version 8.5? I would like to use Version 8.5, but since I need Expect, I will have to continue to use an older version. I also tried the &quot;teacup install Expect&quot; as instructed in the last post, without success.&lt;/p&gt;
</description>
 <pubDate>Tue, 08 Jan 2008 20:45:10 +0000</pubDate>
 <dc:creator>mikeehamm</dc:creator>
 <guid isPermaLink="false">comment 3821 at http://community.activestate.com</guid>
</item>
<item>
 <title>Finding Expect</title>
 <link>http://community.activestate.com/faq/where-is-expect#comment-3803</link>
 <description>&lt;p&gt;The current ActiveTcl 8.5.0 comes with fewer default installed packages, and&lt;br /&gt;
you would use the &quot;teacup&quot; to obtain new ones.  At the DOS prompt, try:&lt;/p&gt;
&lt;p&gt;    teacup install Expect&lt;/p&gt;
&lt;p&gt;More info on the teacup is in the docs.&lt;/p&gt;
</description>
 <pubDate>Mon, 07 Jan 2008 11:10:36 +0000</pubDate>
 <dc:creator>santhosh_kumar_d</dc:creator>
 <guid isPermaLink="false">comment 3803 at http://community.activestate.com</guid>
</item>
<item>
 <title>Expect</title>
 <link>http://community.activestate.com/faq/where-is-expect#comment-3789</link>
 <description>&lt;p&gt;I also can not find Expect in my ActiveState Tcl-8.5 distribution for Linux.&lt;br /&gt;
&quot;package require Expect&quot; returns the same error.&lt;/p&gt;
</description>
 <pubDate>Fri, 04 Jan 2008 15:54:51 +0000</pubDate>
 <dc:creator>astillman</dc:creator>
 <guid isPermaLink="false">comment 3789 at http://community.activestate.com</guid>
</item>
<item>
 <title>Expect Package not found in ActiveState Tcl-8.5</title>
 <link>http://community.activestate.com/faq/where-is-expect#comment-3788</link>
 <description>&lt;p&gt;I installed the ActiveState Tcl-8.5 in my Windows machine but could not find the Expect package anywhere. I tried giving &#039;package require Expect&#039; but it gives error --&amp;gt; &quot;can&#039;t find package Expect&quot;.  Please tell me as to where to fetch it up from. Thanks!&lt;/p&gt;
</description>
 <pubDate>Fri, 04 Jan 2008 14:01:48 +0000</pubDate>
 <dc:creator>santhosh_kumar_d</dc:creator>
 <guid isPermaLink="false">comment 3788 at http://community.activestate.com</guid>
</item>
</channel>
</rss>
