Re: Computer locks up when running valid stand alone Tkinter file.

2006-10-29 Thread jim-on-linux
Thanks for responding, For those who care. The solution to the problem was; First, I did not give a parent to the Yview scrollbar. Next, I used the pack geometry for this class and everything else is grid geometry. When run stand alone it ran fine because the Yview scrollbar attached itself

Re: Computer locks up when running valid stand alone Tkinter file.

2006-10-25 Thread faulkner
> But, when I call it from another module it locks methinks this "other module" has the answer. jim-on-linux wrote: > py help, > > The file below will run as a stand alone file. > It works fine as it is. > > But, when I call it from another module it locks > my computer, The off switch is the only

Computer locks up when running valid stand alone Tkinter file.

2006-10-25 Thread jim-on-linux
py help, The file below will run as a stand alone file. It works fine as it is. But, when I call it from another module it locks my computer, The off switch is the only salvation. This module when run as a stand alone, it will open a jpeg image and add a vertical and horizontal scrollbar