Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.python > #4707

[Python-de] Ausgabe von zwei Streams in zwei curses "Fenstern"

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From "Dr. Volker Jaenisch" <volker.jaenisch@inqbus.de>
Newsgroups de.comp.lang.python
Subject [Python-de] Ausgabe von zwei Streams in zwei curses "Fenstern"
Date Wed, 22 Mar 2017 00:37:52 +0100
Lines 46
Message-ID <mailman.10.1490141842.2603.python-de@python.org> (permalink)
References <82ada53b-ab01-59ab-4d3f-6fbb362d2f80@inqbus.de>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding quoted-printable
X-Trace news.uni-berlin.de Ul4Li96QQEWRdll0ugQz+AX1+8pOSS/lb6tUJ1lEvtNQ==
Return-Path <volker.jaenisch@inqbus.de>
X-Original-To python-de@python.org
Delivered-To python-de@mail.python.org
DKIM-Signature v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=inqbus.de; s=20160215; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date: Message-ID:Subject:From:To:Sender:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=5YZUxvmGRns7Vc/PimiSDzq3ef3MIkGXphbflBF9Q3Y=; b=GiMcsC2J82rH1yzN3GzYAA2Ysc wZD3QYAa8m5isods0AsNtUMPcuuCuA88qML16lmaRKgUxILExGL2/SSQIga1kaYAcqDoz5PyRi9/g WYSFMiCgJ53H6DYouptbd+B5gC601AeL0iVg6Qv43+fB1WVeUCeWsWAOrH9g20uPeLGA=;
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.6.0
X-BeenThere python-de@python.org
X-Mailman-Version 2.1.23
Precedence list
List-Id Die Deutsche Python Mailingliste <python-de.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-de>, <mailto:python-de-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-de/>
List-Post <mailto:python-de@python.org>
List-Help <mailto:python-de-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-de>, <mailto:python-de-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <82ada53b-ab01-59ab-4d3f-6fbb362d2f80@inqbus.de>
Xref csiph.com de.comp.lang.python:4707

Show key headers only | View raw


Servus!

Ein Python-Code erzeugt ein langes Display-Log. Ein Progress-Bar,
schätzt wie lange der Code noch brauchen wird.

Ich möchte nun gerne in einen Text-Terminal zwei "Fenster" haben. In
einem läuft das Log vorbei, im anderen wird der Progress-Bar angezeigt.

================================

hier läuft das log

hier läuft das log

hier läuft das log

hier läuft das log

--------------------------------
hier sehe ich den Progress-Bar
================================

Mit z.B. Urwid kann man das sicher lösen. Aber gibt es nicht einen
einfacheren Weg?

Beste Grüße

Volker


-- 
=========================================================
   inqbus Scientific Computing    Dr.  Volker Jaenisch
   Richard-Strauss-Straße 1       +49(08861) 690 474 0
   86956 Schongau-West            http://www.inqbus.de
=========================================================

Back to de.comp.lang.python | Previous | Next | Find similar


Thread

[Python-de] Ausgabe von zwei Streams in zwei curses "Fenstern" "Dr. Volker Jaenisch" <volker.jaenisch@inqbus.de> - 2017-03-22 00:37 +0100

csiph-web