W. eWatson wrote:
odeits wrote:
On Mar 2, 7:14 am, "W. eWatson" wrote:
I'm modifying a Tkinter Python program that uses hard coded initial
values
for several widgets. For example, latitude = 40. My plan is to put
the names
and values for configuration purposes into a file. For example, a pse
On Tue, 03 Mar 2009 18:58:47 -, W. eWatson
wrote:
I'm probably confused too. Let's try this. In
s=dialog.stopVar.get()
I'd like to eliminate the statement and replace it with something like:
s="dialog." + "stopV.get()"
)and execute that--I'm aware of the exec
odeits wrote:
On Mar 2, 7:14 am, "W. eWatson" wrote:
I'm modifying a Tkinter Python program that uses hard coded initial values
for several widgets. For example, latitude = 40. My plan is to put the names
and values for configuration purposes into a file. For example, a pseudo
statement like th
On Mar 2, 7:14 am, "W. eWatson" wrote:
> I'm modifying a Tkinter Python program that uses hard coded initial values
> for several widgets. For example, latitude = 40. My plan is to put the names
> and values for configuration purposes into a file. For example, a pseudo
> statement like the one jus
I'm modifying a Tkinter Python program that uses hard coded initial values
for several widgets. For example, latitude = 40. My plan is to put the names
and values for configuration purposes into a file. For example, a pseudo
statement like the one just given. ConfigObj provides a mechanism for i