Re: [BangPypers] Python3's Most Wanted!

2011-10-05 Thread Anand Balachandran Pillai
Hi Chetan, On Wed, Oct 5, 2011 at 11:09 AM, chetan giridhar wrote: > Hi Anand, > > How are you doing? When and where do you guys meet for all the discussions > on Python? Please let me know, I would like to join. > Discussions are pretty rare now a days. We have this pypy thread running for a wh

Re: [BangPypers] Python3's Most Wanted!

2011-10-05 Thread chetan giridhar
No, don't think so! Need to find another venue depending on number of people. On Wed, Oct 5, 2011 at 12:42 PM, Anand Balachandran Pillai < abpil...@gmail.com> wrote: > Hi Chetan, > > On Wed, Oct 5, 2011 at 11:09 AM, chetan giridhar >wrote: > > > Hi Anand, > > > > How are you doing? When and wher

Re: [BangPypers] Using Facebook graph api in a page tab application

2011-10-05 Thread Senthil Kumaran
On Mon, Oct 03, 2011 at 09:50:00PM +0530, Amit Sethi wrote: > This is a page tab application running inside iframe . This seems to > be quite a used workflow I did not quite get this, if you have pointer to the app it would be helpful. > As the documentation say "As with a Canvas Page, you will n

[BangPypers] Fwd: [Bangalore RUG] Code Retreat Bangalore on Sat Oct 22nd at Jaaga

2011-10-05 Thread Venkatraman S
FYI: -V http://about.me/venkasub -- Forwarded message -- From: Prakash Murthy Date: Wed, Oct 5, 2011 at 6:41 PM Subject: [Bangalore RUG] Code Retreat Bangalore on Sat Oct 22nd at Jaaga To: bangalore...@googlegroups.com Cc: Nithya Dayal Hi All, Am facilitating a day-long code

[BangPypers] Code Retreat on October 22nd

2011-10-05 Thread hemant
My friend Prakash and folks at SupportBee are organizing a long day , code retreat on October 22nd. Forwarding it here, if folks find it interesting. Hi All, I am facilitating a day-long code retreat in Bangalore on Saturday Oct 22nd. Please find more information and registration detail

Re: [BangPypers] Python3's Most Wanted!

2011-10-05 Thread Noufal Ibrahim
chetan giridhar writes: > No, don't think so! Need to find another venue depending on number of > people. > > On Wed, Oct 5, 2011 at 12:42 PM, Anand Balachandran Pillai < > abpil...@gmail.com> wrote: > >> Hi Chetan, >> >> On Wed, Oct 5, 2011 at 11:09 AM, chetan giridhar > >wrote: >> >> > Hi Anand

Re: [BangPypers] Python3's Most Wanted!

2011-10-05 Thread Noufal Ibrahim
chetan giridhar writes: > No, don't think so! Need to find another venue depending on number of > people. [...] I think we can find a venue. It's not *too* hard. The problem is people to fill the place. -- ~noufal http://nibrahim.net.in Gentlemen, I want you to know that I am not always rig

[BangPypers] selenium pyvirtualdisplay script on remote server

2011-10-05 Thread Saju M
Hi friends, selenium pyvirtualdisplay script on remote server Here the isuue is i can't find the "li" element. that is because that element is out of display, so i adjust scroll bar or do focus around that area to get that element via find_element_by_id("loc_opt") I already tested with scroll ba