The Widget Construction Kit (WCK) is an extension API that allows
you to implement custom widgets in pure Python. The WCK can be
(and is being) used for everything from light-weight display widgets
to full-blown editor frameworks.
The Tkinter3000 implementation of the WCK supports all recent
vers
On Mon, 12 Sep 2005 13:42:33 -0400
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Hello All:
>
> I am having trouble getting the PyBWidgets plugged in correctly in a Windows
> XP environment. It appears to be path-related, since the BWidget package
> can't be found. The installation 'Read M
Hello All:
I am having trouble getting the PyBWidgets plugged in correctly in a Windows XP environment. It appears to be path-related, since the BWidget package can't be found. The installation 'Read Me' indicates that I should 'package require'--what does this mean and how would I do this?
Hello,
I noticed that for some reason some Tkinter apps I wrote and successfully
used for a while seem to be broken when run on my newly installed debian
system (python-2.3.5 / tk-8.4.9).
The problem I noticed arises when I run a subprocess with popen2.Popen4()
and catch the output with tk.createf
Bill Barksdale wrote:
> I am sure this must be a common question but I couldn't find anything
> about it.
>
> When I run the following on my system, the first line appears cut off
> and the second line doesn't appear at all. I believe this is because
> (0,0) is not part of the visible area of a c
On Sun, 11 Sep 2005 22:08:04 -0400
Bill Barksdale <[EMAIL PROTECTED]> wrote:
> I am sure this must be a common question but I couldn't find anything
> about it.
>
> When I run the following on my system, the first line appears cut off
> and the second line doesn't appear at all. I believe this