delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
X-MimeOLE: | Produced By Microsoft Exchange V6.0.6249.0 |
MIME-Version: | 1.0 |
Subject: | Tix within Python on Cygwin - still not working |
Date: | Tue, 25 Nov 2003 11:02:49 +0100 |
Message-ID: | <E222136E8E3DAE4697CF85E9A411DBA80653C4@at-exch2k02.at.tiscali.com> |
X-MS-Has-Attach: | |
X-MS-TNEF-Correlator: | |
From: | "Kirsch, Rainer" <rainer DOT kirsch AT at DOT tiscali DOT com> |
To: | <cygwin AT cygwin DOT com> |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id hAPA3xt9008089 |
Dear Cygwin development community, up to now I did not see a working Tix installation within Python on Cygwin. cygcheck -s replies with following for python and tcltk: python 2.3.2-1 tcltk 20030901-1 (I did not find a tix package and a tix library seems to be missing) My interactive test run produced following output (comment lines are inserted with ### prefix): $ python Python 2.3.2 (#1, Oct 9 2003, 12:03:29) [GCC 3.3.1 (cygming special)] on cygwin Type "help", "copyright", "credits" or "license" for more information. >>> import Tkinter ### is working fine >>> import Tix ### up to here it still seems to be working !!! >>> t=Tix.Tk() Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/lib/python2.3/lib-tk/Tix.py", line 210, in __init__ self.tk.eval('package require Tix') _tkinter.TclError: can't find package Tix ### Here a first instance of a Tix object is tried to be created. ### Under normal conditions a window should pop up and ### the >>> prompt should reappear without further error messages I would be thankful to obtain Python with working Tix support especially to use the HList Class for constructing hierarchical list GUIs. For example this would be handy to click through the /proc hierarchy. Many thanks ----------------------------------- DI Rainer Kirsch - Systems Engineer Tiscali Österreich GmbH Diefenbachgasse 35 A-1150 Wien, Austria Tel: +43/(0)1/502 86 - 0 FAX: +43/(0)1/502 86 - 399 mailto:rainer DOT kirsch AT at DOT tiscali DOT com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |