<?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 - library - Comments</title>
 <link>http://community.activestate.com/tags/library</link>
 <description>Comments for &quot;library&quot;</description>
 <language>en</language>
<item>
 <title>32 bit libs and Hardy 8.04 64 bit version</title>
 <link>http://community.activestate.com/faq/komodo-on-ubuntu-edgy-eft#comment-5791</link>
 <description>&lt;p&gt;The &lt;strong&gt;ia32-libs-gtk&lt;/strong&gt; item shouldn&#039;t be there. This works&lt;/p&gt;
&lt;p&gt;   &lt;code class=&quot;geshifilter&quot;&gt;sudo apt-get install binfmt-support ia32-libs libc6-i386&lt;/code&gt;&lt;/p&gt;
</description>
 <pubDate>Wed, 25 Jun 2008 11:36:09 +0100</pubDate>
 <dc:creator>pannerrammer</dc:creator>
 <guid isPermaLink="false">comment 5791 at http://community.activestate.com</guid>
</item>
<item>
 <title>re: ubuntu 8.04 and Komodo remote files</title>
 <link>http://community.activestate.com/faq/komodo-on-ubuntu-edgy-eft#comment-5453</link>
 <description>&lt;p&gt;I don&#039;t know exactly what changed in Ubuntu, but something in 8.04 is causing 32-bit binary applications to fail on the hostname lookup. See this particular bug for the details and a workaround:&lt;br /&gt;
&lt;a href=&quot;http://bugs.activestate.com/show_bug.cgi?id=76602&quot; title=&quot;http://bugs.activestate.com/show_bug.cgi?id=76602&quot;&gt;http://bugs.activestate.com/show_bug.cgi?id=76602&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Mon, 26 May 2008 18:56:32 +0100</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 5453 at http://community.activestate.com</guid>
</item>
<item>
 <title>I use ubuntu 8.04 64bits</title>
 <link>http://community.activestate.com/faq/komodo-on-ubuntu-edgy-eft#comment-5447</link>
 <description>&lt;p&gt;Edit remote files doesn&#039;t work. The follow error appear to me when I select on &quot;Server&quot;:&lt;br /&gt;
Error: Name or service unknown.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
</description>
 <pubDate>Sun, 25 May 2008 23:27:48 +0100</pubDate>
 <dc:creator>daviscabral</dc:creator>
 <guid isPermaLink="false">comment 5447 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>Base-tk</title>
 <link>http://community.activestate.com/faq/bundling-images-and-libra#comment-354</link>
 <description>&lt;p&gt;I found it. I just needed a newer version of TK.&lt;/p&gt;
</description>
 <pubDate>Wed, 24 Jan 2007 00:50:24 +0000</pubDate>
 <dc:creator>jwmiller4623</dc:creator>
 <guid isPermaLink="false">comment 354 at http://community.activestate.com</guid>
</item>
<item>
 <title>Which file?</title>
 <link>http://community.activestate.com/faq/bundling-images-and-libra#comment-345</link>
 <description>&lt;p&gt;Which file are you referring to?  The basekit comes with ActiveTcl, and the sample file above is just something I threw together in the spur of the moment.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;kjw&lt;/p&gt;
</description>
 <pubDate>Tue, 23 Jan 2007 18:36:28 +0000</pubDate>
 <dc:creator>kevinw</dc:creator>
 <guid isPermaLink="false">comment 345 at http://community.activestate.com</guid>
</item>
<item>
 <title>base-tk-thread-win32-ix86.exe</title>
 <link>http://community.activestate.com/faq/bundling-images-and-libra#comment-344</link>
 <description>&lt;p&gt;Was this file supposed to come with my dev kit?&lt;/p&gt;
</description>
 <pubDate>Tue, 23 Jan 2007 18:23:44 +0000</pubDate>
 <dc:creator>jwmiller4623</dc:creator>
 <guid isPermaLink="false">comment 344 at http://community.activestate.com</guid>
</item>
</channel>
</rss>
