PIL's thumbnail function returns NoneType

2009-03-01 Thread Mirat Can Bayrak
Can you try it? it is about me or it is a bug? In [1]: import Image In [2]: im = Image.open("r.png") In [3]: type(im) Out[3]: In [4]: thm = im.thumbnail((200,200)) In [5]: type(thm) Out[5]: -- Mirat Can Bayrak -- http://mail.python.org/mailman/listinfo/python-list

Re: Text based screens without ncurses

2008-11-13 Thread Mirat Can Bayrak
On Thu, 13 Nov 2008 12:14:10 -0500 Jean-Paul Calderone <[EMAIL PROTECTED]> wrote: > Why don't you want to use one of these libraries for doing the thing that > you want to do? mmm lets say i want to improve myself with building a curses like module. :) -- Mirat Can Bayrak

Text based screens without ncurses

2008-11-13 Thread Mirat Can Bayrak
to me. Can u help me? any ideas? any suggestions? -- Mirat Can Bayrak <[EMAIL PROTECTED]> -- http://mail.python.org/mailman/listinfo/python-list