From owner-freebsd-chat Wed Jun 16 17:11:56 1999 Delivered-To: freebsd-chat@freebsd.org Received: from tankgrrl.bridget.mindriot.net (D6111.DIALUP.CORNELL.EDU [128.253.157.211]) by hub.freebsd.org (Postfix) with ESMTP id C3D9614A2F for ; Wed, 16 Jun 1999 17:11:54 -0700 (PDT) (envelope-from cjc26@cornell.edu) Received: from localhost (cjc26@localhost) by tankgrrl.bridget.mindriot.net (8.9.3/8.9.2) with ESMTP id UAA01866; Wed, 16 Jun 1999 20:10:53 -0400 (EDT) (envelope-from cjc26@cornell.edu) X-Authentication-Warning: tankgrrl.bridget.mindriot.net: cjc26 owned process doing -bs Date: Thu, 17 Jun 1999 00:10:52 +0000 (GMT) From: a disembodied voice emerging from the chaos of reality X-Sender: cjc26@tankgrrl To: Gregory Sutter Cc: Nik Clayton , freebsd-chat@FreeBSD.ORG Subject: Re: bde? In-Reply-To: <19990616165122.C37775@001101.zer0.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hey, I just noticed a bug: | problems = bde(prog_to_check,level) Since you used 'import bde' instead of 'from bde import *', this line should be 'problems = bde.bde(prog_to_check,level)'; otherwise you get a NameError. Cliff Crawford http://www.people.cornell.edu/pages/cjc26/ -><- i l i k e o a t m e a l )O( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message