On 15.10.2011 19:30, Gary wrote:
Hi im trying to use key bind on Tkinter to call this function
def Start():
for i in range(60,-1,-1):
ent['text'] = i
time.sleep(1)
root.update()
ent['text'] = 'Time Out!'
root.update()
i know the function is ok as i have assigned a button and i calls
the functio
On 15/10/2011 18:30, Gary wrote:
Hi im trying to use key bind on Tkinter to call this function
def Start():
for i in range(60,-1,-1):
ent['text'] = i
time.sleep(1)
root.update()
ent['text'] = 'Time Out!'
root.update()
i know the function is ok as i have assigned
Hi im trying to use key bind on Tkinter to call this function
def Start():
for i in range(60,-1,-1):
ent['text'] = i
time.sleep(1)
root.update()
ent['text'] = 'Time Out!'
root.update()
i know the function is ok as i have assigned a button and i calls the
function
On Jul 21, 12:02 pm, Gary wrote:
--
> total = ' '
> os.chdir('/home/woodygar/Desktop/Docs')
> for i in os.listdir('.'):
--
"i" was a bad local var choice here! i and x are typically reserved to
represe
Hey Billy. That may not be the important part of the code, but the many people
giving up their free time to read it and help you don't know that. It's
probably most helpful to give them a working example so as not to waste their
time. Just sayin for future, is all. :-)
Best regards,
Jonathan
-
Hey! Is Billy a responder, rather than the OP? Sorry then! My previous point is
entirely nullified.
--
http://mail.python.org/mailman/listinfo/python-list
On Thu, 21 Jul 2011 18:43:48 +0100
Gary Wood wrote:
> Hi
> Thanks for your reply's
> and sorry guys for not explaining properly
> ok the problem with the code, which i never realised before, is it sends the
> first txt file as the header or subject field in an email and the rest in
> the body of t
On 07/21/2011 01:41 PM, Gary Herron wrote:
On 07/21/2011 10:23 AM, Billy Mays wrote:
On 07/21/2011 01:02 PM, Gary wrote:
Hi
Can someone help me with this code below please,
For some reason it will not send me the first text file in the
directory.
I made up an empty file a.txt file with nothing
Hi
Thanks for your reply's
and sorry guys for not explaining properly
ok the problem with the code, which i never realised before, is it sends the
first txt file as the header or subject field in an email and the rest in
the body of the email which i don't want. I would like all the txt files in
th
On 07/21/2011 10:23 AM, Billy Mays wrote:
On 07/21/2011 01:02 PM, Gary wrote:
Hi
Can someone help me with this code below please,
For some reason it will not send me the first text file in the
directory.
I made up an empty file a.txt file with nothing on it and it sends the
files i need but wo
On 07/21/2011 10:02 AM, Gary wrote:
Hi
Can someone help me with this code below please,
For some reason it will not send me the first text file in the directory.
I made up an empty file a.txt file with nothing on it and it sends the
files i need but would like to fix the code.
Thanks
total
On 07/21/2011 01:02 PM, Gary wrote:
Hi
Can someone help me with this code below please,
For some reason it will not send me the first text file in the directory.
I made up an empty file a.txt file with nothing on it and it sends the
files i need but would like to fix the code.
Thanks
total =
On Jul 21, 10:02 am, Gary wrote:
> For some reason it will not send me the first text file in the directory.
You have to print an unsorted list of the directory to know the name
or the first file in the directory. Files are not stored on disk in
alphabetical order, but are many times sorted in a
Hi
Can someone help me with this code below please,
For some reason it will not send me the first text file in the directory.
I made up an empty file a.txt file with nothing on it and it sends the
files i need but would like to fix the code.
Thanks
total = ' '
os.chdir('/home/woodygar/Deskto
14 matches
Mail list logo