From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 01D85BC6B for ; Sun, 5 Aug 2007 04:28:22 +0200 (CEST) Received: from chokecherry.srv.cs.cmu.edu (CHOKECHERRY.SRV.CS.CMU.EDU [128.2.185.41]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l752SKNA023036 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Sun, 5 Aug 2007 04:28:21 +0200 Received: from stratocaster.home (c-71-206-252-35.hsd1.pa.comcast.net [71.206.252.35]) (authenticated bits=0) by chokecherry.srv.cs.cmu.edu (8.13.6/8.13.6) with ESMTP id l752SHJh014524 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Sat, 4 Aug 2007 22:28:17 -0400 (EDT) Received: from ecc by stratocaster.home with local (Exim 4.67) (envelope-from ) id 1IHVqr-0000WS-9R for caml-list@inria.fr; Sat, 04 Aug 2007 22:28:17 -0400 Date: Sat, 4 Aug 2007 22:28:17 -0400 From: Eric Cooper To: caml-list@inria.fr Subject: Re: [Caml-list] three different labltk behaviors Message-ID: <20070805022817.GA1858@stratocaster.home> Mail-Followup-To: caml-list@inria.fr References: <46B5123A.9020702@msu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46B5123A.9020702@msu.edu> User-Agent: Mutt/1.5.16 (2007-06-11) X-Miltered: at concorde with ID 46B535C4.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; labltk:01 bytecode:01 tkerror:01 opentk:01 wrote:01 compile:01 exception:01 caml-list:01 native:03 let:03 tcl:05 aug:07 top:89 error:12 cooper:14 On Sat, Aug 04, 2007 at 07:56:42PM -0400, Jeff Shaw wrote: > 1. compile to bytecode or native: > "Fatal error: exception Protocol.TkError("Tcl/Tk not initialised")" Make sure you have this: let top = openTk () before any other Tk calls. -- Eric Cooper e c c @ c m u . e d u