Re: running gui py script

2012-12-26 Thread Dave Angel
On 12/26/2012 03:07 PM, Verde Denim wrote: > I'm learning py in this environment - > PyCrust 0.9.5 - The Flakiest Python Shell > Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48) > [GCC 4.4.5] on linux2 > > When I type a tkinter program in pycrust (or pyshell), it executes as > expected, but when I

running gui py script

2012-12-26 Thread Verde Denim
I'm learning py in this environment - PyCrust 0.9.5 - The Flakiest Python Shell Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48) [GCC 4.4.5] on linux2 When I type a tkinter program in pycrust (or pyshell), it executes as expected, but when I call it from a command line, it doesn't. What I'm gettin