Re: [BangPypers] Any python metaclasses for UID

2009-07-29 Thread Noufal Ibrahim
On Thu, Jul 30, 2009 at 8:18 AM, Roshan Mathews wrote: [..] < Something which Noufal seemed to pull out of thin > air. Someone had to do it. -- ~noufal http://nibrahim.net.in ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mail

Re: [BangPypers] Any python metaclasses for UID

2009-07-29 Thread Baishampayan Ghose
>> May be it was because of the way I quoted the mail. Sorry for the confusion >> :-p > > top posting almost invariably causes confusion - an excellent way of making > sure no one knows what you are talking about Hehe :) I for one merely wanted to add to Roshan's sentiment by drawing an analogy wi

Re: [BangPypers] Any python metaclasses for UID

2009-07-29 Thread Roshan Mathews
On Thu, Jul 30, 2009 at 9:31 AM, Baishampayan Ghose wrote: > I didn't call _you_ Jo[h]n Harrop, man :) I called the OP a troll > because his question is pretty much meaningless and is causing > unnecessary irritation. > > May be it was because of the way I quoted the mail. Sorry for the confusion

Re: [BangPypers] Any python metaclasses for UID

2009-07-29 Thread Kenneth Gonsalves
On Thursday 30 Jul 2009 9:31:40 am Baishampayan Ghose wrote: > May be it was because of the way I quoted the mail. Sorry for the confusion > :-p top posting almost invariably causes confusion - an excellent way of making sure no one knows what you are talking about -- regards Kenneth Gonsalves A

Re: [BangPypers] Any python metaclasses for UID

2009-07-29 Thread Baishampayan Ghose
I didn't call _you_ Jo[h]n Harrop, man :) I called the OP a troll because his question is pretty much meaningless and is causing unnecessary irritation. May be it was because of the way I quoted the mail. Sorry for the confusion :-p Regards, BG On 7/30/09, Roshan Mathews wrote: > On Thu, Jul 30

Re: [BangPypers] Any python metaclasses for UID

2009-07-29 Thread Roshan Mathews
On Thu, Jul 30, 2009 at 1:43 AM, Baishampayan Ghose wrote: >> I think I just fell down the rabbit hole. > > I think BangPypers just got its own John Harrop. > Jon, I think you mean (although there is a John Harrop in the Clojure community), in which case I'm guessing you're trying hard to say I'm t

Re: [BangPypers] Using dogtail to test/automate gtk apps

2009-07-29 Thread Srijayanth Sridhar
Thanks Nagappan. I use sniff and seems to work well enough so far. I got dogtail to work but their documentation isn't funky. Mago looks interesting btw. I see you are on both the LDTP and Mago projects. Mago looks particularly interesting. When does it come out? Jayanth On Thu, Jul 30, 2009 at

Re: [BangPypers] Using dogtail to test/automate gtk apps

2009-07-29 Thread Nagappan Alagappan
Hello Jayanth, If you are using latest distribution, you can see all the accessible information through Accerciser application. Thanks Nagappan On Wed, Jul 29, 2009 at 5:55 AM, Srijayanth Sridhar wrote: > Hello all, > > For some vague reason the click() function isn't defined on certain types >

Re: [BangPypers] Any python metaclasses for UID

2009-07-29 Thread Baishampayan Ghose
> I think I just fell down the rabbit hole. I think BangPypers just got its own John Harrop. Regards, BG -- Baishampayan Ghose b.ghose at gmail.com ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Any python metaclasses for UID

2009-07-29 Thread Gora Mohanty
On Wed, 29 Jul 2009 23:26:17 +0530 Noufal Ibrahim wrote: > On Wed, Jul 29, 2009 at 10:20 PM, Roshan > Mathews wrote: > > I think I just fell down the rabbit hole. > > > > The time has come the Walrus said to speak of many things! Of atoms, and stars, and nebulae, Of entropy, and genes! Regards

Re: [BangPypers] Any python metaclasses for UID

2009-07-29 Thread Noufal Ibrahim
On Wed, Jul 29, 2009 at 10:20 PM, Roshan Mathews wrote: > I think I just fell down the rabbit hole. > The time has come the Walrus said to speak of many things! -- ~noufal http://nibrahim.net.in ___ BangPypers mailing list BangPypers@python.org http://

Re: [BangPypers] Any python metaclasses for UID

2009-07-29 Thread Roshan Mathews
I think I just fell down the rabbit hole. On Wed, Jul 29, 2009 at 10:17 PM, Noufal Ibrahim wrote: > On Wed, Jul 29, 2009 at 12:58 PM, Shivaraj M S wrote: >> A small typo there > > But an important one. > >> super(UID,self).Wind(7)  is super(ClassI,self).Wind(7) >> Well google's is doing definitely

Re: [BangPypers] Any python metaclasses for UID

2009-07-29 Thread Noufal Ibrahim
On Wed, Jul 29, 2009 at 12:58 PM, Shivaraj M S wrote: > A small typo there But an important one. > super(UID,self).Wind(7)  is super(ClassI,self).Wind(7) > Well google's is doing definitely a strong attempt here. I guess it's > metaprogramming than metaclassing. Nonsense. It's simple method disp

Re: [BangPypers] how to embed the python interpreter into web App

2009-07-29 Thread B.Nanda Kishore
You have got a source link there on that page. check it. shell.appspot.com Regards, Nandakishore On Wed, Jul 29, 2009 at 5:46 PM, Mehndi, Sibtey wrote: > Hi All > > I am trying to embed the python interpreter in to a web page > but could not get the way, any one can suggest me how

[BangPypers] how to embed the python interpreter into web App

2009-07-29 Thread Mehndi, Sibtey
Hi All I am trying to embed the python interpreter in to a web page but could not get the way, any one can suggest me how to do this. Thanks, Sibtey Mehdi This e-mail (and any attachments), is confidential and may be privileged. It may be read, copied and used only by intended recip

Re: [BangPypers] how to embed the python interpreter into web App

2009-07-29 Thread Pradeep Gowda
>     I am trying to embed the python interpreter in to a web page but > could not get the way, any one can suggest me how to do this. http://werkzeug.pocoo.org/documentation/0.5.1/debug.html ___ BangPypers mailing list BangPypers@python.org http

Re: [BangPypers] how to embed the python interpreter into web App

2009-07-29 Thread Mehndi, Sibtey
Yes, I need exactly the same functionality From: bangpypers-bounces+sibtey.mehndi=genpact@python.org [mailto:bangpypers-bounces+sibtey.mehndi=genpact@python.org] On Behalf Of B.Nanda Kishore Sent: Wednesday, July 29, 2009 6:35 PM To: Bangalore Python User

Re: [BangPypers] how to embed the python interpreter into web App

2009-07-29 Thread B.Nanda Kishore
You mean like this? http://shell.appspot.com/ Regards, Nandakishore On Wed, Jul 29, 2009 at 6:30 PM, Mehndi, Sibtey wrote: > Hi All > > I am trying to embed the python interpreter in to a web page > but could not get the way, any one can suggest me how to do this. > > > > Thanks, >

[BangPypers] how to embed the python interpreter into web App

2009-07-29 Thread Mehndi, Sibtey
Hi All I am trying to embed the python interpreter in to a web page but could not get the way, any one can suggest me how to do this. Thanks, Sibtey Mehdi This e-mail (and any attachments), is confidential and may be privileged. It may be read, copied and used only by intended reci

Re: [BangPypers] Using dogtail to test/automate gtk apps

2009-07-29 Thread Srijayanth Sridhar
Hello all, For some vague reason the click() function isn't defined on certain types of Node objects, I have no clue why, I haven't looked at the code in detail, but I took the Node.click() method, rewrote it as a standalone function and passed the eventbox into it and it works. So I think this mi

Re: [BangPypers] Using dogtail to test/automate gtk apps

2009-07-29 Thread Nagappan Alagappan
Hello Jayanth, Did you get a chance to try the same with LDTP [1] ? Its being used by GNOME automation project [2], Ubuntu, VMware, Palm Source. [1] - http://ldtp.freedesktop.org [2] - http://mago.ubuntu.com Thanks Nagappan On Wed, Jul 29, 2009 at 12:07 AM, Srijayanth Sridhar wrote: > Hello, >

Re: [BangPypers] Any python metaclasses for UID

2009-07-29 Thread Rajeev J Sebastian
On Wed, Jul 29, 2009 at 12:58 PM, Shivaraj M S wrote: > A small typo there > super(UID,self).Wind(7)  is super(ClassI,self).Wind(7) > Well google's is doing definitely a strong attempt here. I guess it's > metaprogramming than metaclassing. > Class GoogleOS(OS): >          def __init__(self): >    

Re: [BangPypers] Any python metaclasses for UID

2009-07-29 Thread Roshan Mathews
On Wed, Jul 29, 2009 at 12:58 PM, Shivaraj M S wrote: > A small typo there Where? > super(UID,self).Wind(7)  is super(ClassI,self).Wind(7) > Well google's is doing definitely a strong attempt here. I guess it's > metaprogramming than metaclassing. "here"? "it's"? What are you talking about? >

[BangPypers] Any python metaclasses for UID

2009-07-29 Thread Shivaraj M S
A small typo there super(UID,self).Wind(7) *is* super(ClassI,self).Wind(7) Well google's is doing definitely a strong attempt here. I guess it's metaprogramming than metaclassing. Class GoogleOS(OS): def __init__(self): self.official.languages = ['c++','java','python']

[BangPypers] Using dogtail to test/automate gtk apps

2009-07-29 Thread Srijayanth Sridhar
Hello, I am trying to use dogtail to make a demonstration about automating tests for certain gtk applications we develop. I managed to get a fair bit of it working but I am having a hard time getting dogtail to send events to certain types of widgets, primarily the EventBox widget. I've googled a