Re: [BangPypers] Convert to Black and White to an image

2011-01-11 Thread Anand Balachandran Pillai
On Mon, Jan 10, 2011 at 10:10 PM, Narendra Sisodiya < naren...@narendrasisodiya.com> wrote: > On Mon, Jan 10, 2011 at 9:38 PM, Venkatraman S wrote: > > > On Sat, Jan 8, 2011 at 10:34 AM, Narendra Sisodiya < > > naren...@narendrasisodiya.com> wrote: > > > > > Yes, I need black and white image, and

Re: [BangPypers] Convert to Black and White to an image

2011-01-11 Thread Anand Balachandran Pillai
On Tue, Jan 11, 2011 at 1:58 PM, Anand Balachandran Pillai < abpil...@gmail.com> wrote: > > > On Mon, Jan 10, 2011 at 10:10 PM, Narendra Sisodiya < > naren...@narendrasisodiya.com> wrote: > >> On Mon, Jan 10, 2011 at 9:38 PM, Venkatraman S >> wrote: >> >> > On Sat, Jan 8, 2011 at 10:34 AM, Narend

Re: [BangPypers] Convert to Black and White to an image

2011-01-11 Thread Venkatraman S
On Tue, Jan 11, 2011 at 1:59 PM, Anand Balachandran Pillai < abpil...@gmail.com> wrote: > > Correction - "as moderator of this forum", still you can go and take > a hike. > :) Anywayz, i was planning to post the following reply initially when this thread started, but opined that i will first u

Re: [BangPypers] Convert to Black and White to an image

2011-01-11 Thread Noufal Ibrahim
On Tue, Jan 11 2011, Anand Balachandran Pillai wrote: [...] > Correction - "as moderator of this forum", still you can go and take a > hike. +1 and take the 25000+ hits on Google and the rest of the "credentials" with him. [...] -- ___ BangPypers

Re: [BangPypers] MetaClass in python

2011-01-11 Thread steve
Hi Nitin, On 01/11/2011 01:15 PM, Nitin Kumar wrote: Hi all, I am trying to create one meta Class which can create classes at runtime. This I am able to achieve by the code snippet below [...snip...] but I am looking for one function for this class created above, which will do some activities

Re: [BangPypers] MetaClass in python

2011-01-11 Thread Nitin Kumar
Hi Steve, The Purpose is: there is one module unittest2 which can do testing for our test scripts and generate report. Some of its unittest2 internal function churns out different test cases from module as per given parameter (i am using discover function). Now there are some test case which need