Thank you Fredrik. It makes total sense now that you've explained it
this way. I frustrated at my ignorance on the assignment issue :)
Fredrik Lundh wrote:
> [EMAIL PROTECTED] wrote:
>
> > I've created a short test program that uses tkFileDialog.askdirectory
> > to help the user input a path
I've created a short test program that uses tkFileDialog.askdirectory
to help the user input a path into a tk entry widget. The problem I'm
having is that when I run the code as listed below, the getPath
function is called when the program initially runs, not when the button
is pressed.
from Tkin
it works.
Thanks,
Brad
Steve Holden wrote:
> Carsten Haese wrote:
> > On 23 Nov 2005 16:23:11 -0800, vagrantbrad wrote
> >
> >>I'm using python 2.4 running on Fedora Core 4. I have written a python
> >>program called ipscan.py that checks the extern
I'm using python 2.4 running on Fedora Core 4. I have written a python
program called ipscan.py that checks the external ip address of my
cable internet connection, and on change, will update the dns records
at my dns provider, zoneedit. So basically, I've setup dynamic dns
using python. Once th