Re: [Tutor] slide show won't display the images in right order

2005-10-12 Thread dataw0lf
Joseph Quigley wrote: > When I use: > files = os.listdir() > x = 0 > direction = 1 > while True: > ShowImg(files[x]) # An image display function > x += -1 > > it doesn't display the images in the right order! It will skip from > ga050123.gif and go to ga050120.gif! Why not do something l

Re: [Tutor] drawing a face

2005-09-30 Thread dataw0lf
[EMAIL PROTECTED] wrote: > NameError: global name 'Cirlce' is not defined Looks like you misspelled 'Circle' -- Joshua Simpson -- dataw0lf.org Lead Network Administrator/Engineer Aero-Graphics Inc. [EMAIL PROTECTED] ___ Tutor maillist - Tutor@pyth