[From nobody Thu Jun 29 10:35:01 2006
Return-Path: &lt;jean@upfrontsystems.co.za&gt;
Delivered-To: ipython-user@scipy.net
Received: from localhost (localhost [127.0.0.1])
	by www.scipy.com (Postfix) with ESMTP id C2C363EB49
	for &lt;ipython-user@scipy.net&gt;; Tue, 28 Sep 2004 03:15:18 -0500 (CDT)
Received: from www.scipy.com ([127.0.0.1])
	by localhost (scipy.org [127.0.0.1]) (amavisd-new,
	port 10024) with ESMTP id 20239-03 for &lt;ipython-user@scipy.net&gt;;
	Tue, 28 Sep 2004 03:15:17 -0500 (CDT)
Received: from ouperse.upfrontsystems.co.za (upfrontsystems.co.za
	[196.44.35.51])	by www.scipy.com (Postfix) with SMTP id D3D503EB2E
	for &lt;ipython-user@scipy.net&gt;; Tue, 28 Sep 2004 03:15:12 -0500 (CDT)
Received: (qmail 7911 invoked from network); 28 Sep 2004 09:54:15 +0200
Received: from unknown (HELO ?192.168.1.5?) (192.168.1.5)
	by 0 with SMTP; 28 Sep 2004 09:54:15 +0200
Message-ID: &lt;415918A1.4020305@upfrontsystems.co.za&gt;
Date: Tue, 28 Sep 2004 09:54:09 +0200
From: Jean Jordaan &lt;jean@upfrontsystems.co.za&gt;
User-Agent: Mozilla Thunderbird 0.8 (X11/20040922)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Fernando Perez &lt;Fernando.Perez@colorado.edu&gt;
Cc: IPython-user List &lt;ipython-user@scipy.net&gt;
Subject: Re: [Fwd: Graphical Object Browser: Boa Constructor]
References: &lt;415862A7.3010009@colorado.edu&gt;
In-Reply-To: &lt;415862A7.3010009@colorado.edu&gt;
X-Enigmail-Version: 0.86.0.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by amavisd-new at scipy.org
X-Spambayes-Classification: ham; 0.00
X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on scipy.org
X-Spam-Level: 
X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham 
	version=2.64

&gt; One question: why turning autocall off?  Is it just personal 
 &gt; preference, or does it cause you problems with zope stuff? [fp]

Yup:

In [10]: @autocall
Automatic calling is: ON

In [11]: app
-------&gt; app()
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)

/home/jean/zope-instances/fabrinox/&lt;console&gt;

AttributeError: __call__

In [12]: @autocall
Automatic calling is: OFF

In [13]: app
Out[13]: &lt;DEFANGED_Application instance at 411d1470&gt;

&gt; But once the 
&gt; internal architecture is cleaned up, it should be possible to plug 
&gt; ipython into any gui-based shell with minimal effort.[fp]

Sounds very cool :)

-- 
Jean Jordaan
http://www.upfrontsystems.co.za


]