Re: PIL show() not working for 2nd pic

2010-01-09 Thread Cousin Stanley
# -- #!/usr/bin/python ''' NewsGroup comp.lang.python Subject .. PIL show() not working for 2nd pic Date . 2010-01-07 Post_By .. suresh.amritapuri Edit_By .. Stanley C. Kitching ''' import math import Image list_source = [ 'image/beach.tif

Re: PIL show() not working for 2nd pic

2010-01-08 Thread McColgst
Do you get any errors or warnings? Could we see the code you ran to get this problem? Thanks Sean -- http://mail.python.org/mailman/listinfo/python-list

Re: PIL show() not working for 2nd pic

2010-01-08 Thread suresh.amritapuri
On Jan 8, 6:32 am, McColgst mccol...@gmail.com wrote: Do you get any errors or warnings? Could we see the code you ran to get this problem? Thanks Sean I used to get no such file or directory showing some files in /tmp directory. But today I am getting a different type of message, which

PIL show() not working for 2nd pic

2010-01-07 Thread suresh.amritapuri
Hi I am using PIL for image processing in ubuntu 9.04. When i give two im.show() commands for two different images, the second image is not displayed (eye of gnome is the display program). It says no such file or directory. Any ideas? thanks suresh --