From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10627 invoked by alias); 15 Oct 2002 15:55:11 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 10620 invoked from network); 15 Oct 2002 15:55:10 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 15 Oct 2002 15:55:10 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g9FFYdw15578 for ; Tue, 15 Oct 2002 11:34:39 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9FFt9f21526; Tue, 15 Oct 2002 11:55:09 -0400 Received: from valrhona.uglyboxes.com (IDENT:8L2eC3kyNtEJTmkOPmK3yAvSXOTVpi5U@vpn50-27.rdu.redhat.com [172.16.50.27]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9FFt9a25080; Tue, 15 Oct 2002 11:55:09 -0400 Date: Tue, 15 Oct 2002 08:55:00 -0000 From: Keith Seitz X-X-Sender: keiths@valrhona.uglyboxes.com To: Satya cc: insight@sources.redhat.com Subject: Re: Problem opening file from Tcl script In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-q4/txt/msg00043.txt.bz2 On Mon, 14 Oct 2002, Satya wrote: > Error opening file :class "/tmp/foo" not found in context "::itk::Archetype" Goofy error message. ':class "/tmp/fpp"' not found? If you're sourcing the code in at the console window (tk source myfile.tcl), try getting the result of "::errorInfo", this will give us the backtrace of where the error occurred. Keith