On 25 Jun 2019 15:50, stephen.m.sm...@comcast.net wrote:
Introduction:
I have written a 'program' that does some reasonable screen scraping off of
a specific website. The program has gotten too large so I have tried to
segment it into logical pieces (tkinter logic as a start) but I am having
pr
On 25/06/2019 14:50, stephen.m.sm...@comcast.net wrote:
> using global, but that fails. I also can't seem to use arguments because the
> module that tkinter fires up with this command:
>
> self.process_button = tk.Button(master, text='Process Request', \
>
Introduction:
I have written a 'program' that does some reasonable screen scraping off of
a specific website. The program has gotten too large so I have tried to
segment it into logical pieces (tkinter logic as a start) but I am having
problems. Specifically I need to pass several dictionaries to