[Tkinter-discuss] ANN: WCK for Tkinter 1.1 alpha 2 (september 12, 2004)

2005-09-12 Thread Fredrik Lundh
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

Re: [Tkinter-discuss] Trouble installing PyBWidgets

2005-09-12 Thread Michael Lange
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

[Tkinter-discuss] Trouble installing PyBWidgets

2005-09-12 Thread [EMAIL PROTECTED]
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?

[Tkinter-discuss] debian tkinter broken or tk problem (or what)?

2005-09-12 Thread Michael Lange
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

Re: [Tkinter-discuss] (0,0) off the visible area of a Canvas

2005-09-12 Thread Fredrik Lundh
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

Re: [Tkinter-discuss] (0,0) off the visible area of a Canvas

2005-09-12 Thread Michael Lange
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