wasm-demo/demo/ermis-f/python_m/cur/1735

50 lines
1.7 KiB
Plaintext

From: def-p at usa.net (Def P)
Date: Wed, 19 May 1999 12:44:54 +0200
Subject: Defining VCL-like framework for Python
References: <MPG.11ac42bf5a6c7d66989685@148.122.208.74>
Message-ID: <7hu4sg$16r$1@freyja.bart.nl>
Content-Length: 1406
X-UID: 1735
Alexander Staubo wrote...
>Delphi is particularly good -- especially compared to such toolkits as
>Microsoft's MFC -- because it offers clean OOP concepts,
Hmm, it's not that clean, but that's not the point here... :)
>Imho, Python needs a better windowing toolkit than is provided by
>Tcl/Tkinter today. That's just me.
While you are of course entitled to your opinion, I beg to differ... I've
been using both: Delphi at work, Python for kicks, and while Tkinter had a
bit of learning curve (also because it's so different from Delphi) I now
find that developing in Python & Tkinter is not significantly slower, or
more painful, than in Delphi.
>Furthermore, Python does not have (at
>least afaik) a component-based system for building applications.
True, and a library or package with Tkinter "components" would be nice. I,
for one, miss a "component" consisting of two listboxes where you can move
data from one to the other. Fortunately, this is fairly easy to code, so
I'll eventually write it myself.
I think designing all-new components (not constructed from existing ones)
won't be that easy, though. Is it possible? *looks expectantly at Tkinter
demigods*
[other ideas snipped because I don't have much to say about them :-]
I do agree something like "Visual Python" would be a nice thing to have...
it's also a helluva lot of work... Maybe a SIG for this would be a good
idea?