Re: factoring wx.Image

2009-02-27 Thread Gabriel Genellina
En Fri, 27 Feb 2009 00:06:47 -0200, Astan Chee escribió: I want to factor (red, green and blue at the same time) an image using wx but without any GUI display or windows but it keeps crashing What do you mean? Really crashing? Or do you get a Python stack trace? and if I set the checks to i

factoring wx.Image

2009-02-26 Thread Astan Chee
Hi, I want to factor (red, green and blue at the same time) an image using wx but without any GUI display or windows but it keeps crashing and if I set the checks to ignore it, it doesn't produce the images at all. It looks like this: import wx img = wx.Image("star.jpg",wx.BITMAP_TYPE_BMP) fac