From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24471 invoked by uid 1002); 20 Jun 2003 16:16:05 -0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 7676 invoked from network); 20 Jun 2003 16:16:05 -0000 From: Philippe =?ISO-8859-1?Q?Lafoucri=E8re?= Reply-To: lafou@wanadoo.fr To: Michael Kohl Cc: Gentoo-dev In-Reply-To: <1056125168.32700.172.camel@biproc> References: <1056116821.32688.160.camel@biproc> <20030620232047.410631b0.citizen428@cargal.org> <1056125168.32700.172.camel@biproc> Content-Type: text/plain Organization: InFuzzion Message-Id: <1056125763.32688.182.camel@biproc> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4- Date: 20 Jun 2003 18:16:03 +0200 Content-Transfer-Encoding: 7bit Subject: Re: [gentoo-dev] Shell script help - emerge frontend. X-Archives-Salt: 367e2028-7268-414f-9afb-2dcb2cb16848 X-Archives-Hash: d30e92d4c7240b8cf6f9b3cc102cd11f > Pythondialiog (available in portable) in a very cool product. But I want > to do a sys util. It must run with the minimum packages. (Although, > python is available in miminal installation, since portage using it.). Moreover, pythondialog ebuild is buggy : >>> import Dialog Traceback (most recent call last): File "", line 1, in ? File "/usr/lib/python2.2/lib-tk/Dialog.py", line 3, in ? from Tkinter import * File "/usr/lib/python2.2/lib-tk/Tkinter.py", line 35, in ? import _tkinter # If this fails your Python may not be configured for Tk ImportError: No module named _tkinter >>> So, you'll have to install : - pythondialog - tcl - tk Should we use python + dialog, or only "shell" dialog ? An advantage of using python would be the use of portage package (haven't thought about that). Could you send me your script please ? -- gentoo-dev@gentoo.org mailing list