On 18/06/2014 10:03, cutey Love wrote:
I'm on windows, I'm going to uninstall python and reinstall
On Wednesday, June 18, 2014 9:32:40 AM UTC+1, alister wrote:
Please also see the various comments regarding top posting & google groups
Please note that if you carry on top posting and (mis)us
I'm on windows, I'm going to uninstall python and reinstall
On Wednesday, June 18, 2014 9:32:40 AM UTC+1, alister wrote:
> On Wed, 18 Jun 2014 00:36:29 -0700, cutey Love wrote:
>
>
>
> > No it's still paused after selection and only excutes when the window is
>
> > closed.
>
> >
>
> > On Tu
On Wed, 18 Jun 2014 00:36:29 -0700, cutey Love wrote:
> No it's still paused after selection and only excutes when the window is
> closed.
>
> On Tuesday, June 17, 2014 6:34:41 PM UTC+1, MRAB wrote:
>> On 2014-06-17 17:49, cutey Love wrote:
>>
>> > My first attempt at Python,
>> > I'm using Tkin
On Wed, Jun 18, 2014 at 5:36 PM, cutey Love wrote:
> No it's still paused after selection and only excutes when the window is
> closed.
Treat the file dialog exactly the way you would in a text editor or
word processor. Does your program continue as normal then? If not,
please be really specific
No it's still paused after selection and only excutes when the window is closed.
On Tuesday, June 17, 2014 6:34:41 PM UTC+1, MRAB wrote:
> On 2014-06-17 17:49, cutey Love wrote:
>
> > My first attempt at Python,
>
> >
>
> > I'm using Tkinter and all is going well except when I'm using
>
> >
>
On 2014-06-17 17:49, cutey Love wrote:
My first attempt at Python,
I'm using Tkinter and all is going well except when I'm using
file_path = tkFileDialog.askopenfilename()
print "test"
opens great and lets me select a file, the problem is it then pauses? instead
of continuing with t
My first attempt at Python,
I'm using Tkinter and all is going well except when I'm using
file_path = tkFileDialog.askopenfilename()
print "test"
opens great and lets me select a file, the problem is it then pauses? instead
of continuing with the function? until I close, then it goes a