[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

[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']

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 Sshivraj...@gmail.com 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

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

[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

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 sibtey.meh...@genpact.comwrote: 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

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

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

[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

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 sibtey.meh...@genpact.comwrote: Hi All I am trying to embed the python interpreter in to a web page but could not get the way, any

Re: [BangPypers] Any python metaclasses for UID

2009-07-29 Thread Noufal Ibrahim
On Wed, Jul 29, 2009 at 12:58 PM, Shivaraj M Sshivraj...@gmail.com 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

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 Ibrahimnou...@gmail.com wrote: On Wed, Jul 29, 2009 at 12:58 PM, Shivaraj M Sshivraj...@gmail.com wrote: A small typo there But an important one. super(UID,self).Wind(7)  is super(ClassI,self).Wind(7) Well

Re: [BangPypers] Any python metaclasses for UID

2009-07-29 Thread Gora Mohanty
On Wed, 29 Jul 2009 23:26:17 +0530 Noufal Ibrahim nou...@gmail.com wrote: On Wed, Jul 29, 2009 at 10:20 PM, Roshan Mathewsrmath...@gmail.com 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

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] 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 srijaya...@gmail.comwrote: Hello all, For some vague reason the click() function isn't defined

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 rmath...@gmail.com

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

Re: [BangPypers] Any python metaclasses for UID

2009-07-29 Thread Roshan Mathews
On Thu, Jul 30, 2009 at 9:31 AM, Baishampayan Ghoseb.gh...@gmail.com 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

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 with the