Re: listbox binding..what is the current selection?

2013-03-06 Thread Rex Macey
rch 5, 2013 8:26:12 PM UTC-5, Rick Johnson wrote: > On Tuesday, March 5, 2013 6:54:45 PM UTC-6, Rex Macey wrote: > > > I have a listbox with two strings "Fixed" and "Random". > > > [...] Here's the beginning of the set_lengthtype code: > &g

listbox binding..what is the current selection?

2013-03-05 Thread Rex Macey
I have a listbox with two strings "Fixed" and "Random". It is bound by the following statement: lbLengthtype.bind('',set_lengthtype) Here's the beginning of the set_lengthtype code: def set_lengthtype(event=None): s=lbLengthtype.get(tk.ACTIVE) print(s) . The print(s) statement

tkinter / gui

2013-02-23 Thread Rex Macey
Here is one general and one specific question about creating GUIs using tkinter from a newbie. I have created a class in which to hold some data. I want to create a GUI to get the data from the user and store it in the object. Browsing the web I see that a lot of examples on GUIs have the for

Is there a graphical GUI builder?

2013-02-19 Thread Rex Macey
I'm new to Python and only a hobbyist programmer. A long time ago I used Microsoft's Visual Basic which had a nice (graphical) facility for creating GUIs which was part of the development environment. I'm wondering if there's a utility for Python to build GUIs. I see that there is TKinter, wh

Re: Statistics...help with numpy/scipy install

2013-02-13 Thread Rex Macey
I am sure I have python installed. I have been running it. in command line the window title is c:\python33\python.exe. The first line begins Python 3.3.0. Later in the line is the string "64 bit ] on Win32". Thus it appears I am trying to run a 32bit numpy with a 64bit python. (Seems like a

Re: Statistics...help with numpy/scipy install

2013-02-10 Thread Rex Macey
I should have added that the setup gives an error window "Cannot install" "Python version 3.3 required, which was not found in the registry." On Sunday, February 10, 2013 5:11:20 PM UTC-5, Rex Macey wrote: > The setup of numpy-1.7.0 leads to a Setup window with a mes

Re: Statistics...help with numpy/scipy install

2013-02-10 Thread Rex Macey
ebruary 10, 2013 1:10:32 PM UTC-5, Mark Lawrence wrote: > On 10/02/2013 17:35, Rex Macey wrote: > > > I'm new to Python with a new windows 8 machine (64-bit OS). Learning > > programming mainly for fun. Naturally I downloaded Python 3.3 (who doesn't > > want the

Statistics...help with numpy/scipy install

2013-02-10 Thread Rex Macey
I'm new to Python with a new windows 8 machine (64-bit OS). Learning programming mainly for fun. Naturally I downloaded Python 3.3 (who doesn't want the latest and greatest). What I want involves functions related to the normal distribution. Based on my google research, it appears that SCIPY