Re: [BangPypers] Pygtk

2014-07-25 Thread sayantan bhattacharya
Yes, functionally they are same. I am sorry to have missed out the link : http://stackoverflow.com/questions/3961397/gtk-and-pygtk-difference. Internally the calls the same. On Jul 25, 2014 5:29 PM, "Ankita Rath" wrote: > Thank you Gora. > Sayantan i did not understand the page you have mentione

Re: [BangPypers] Pygtk

2014-07-25 Thread Ankita Rath
Thank you Gora. Sayantan i did not understand the page you have mentioned. i could not find any link i your reply. Functionality wise QT n pygtk are same na. On Thu, Jul 24, 2014 at 1:03 AM, sayantan bhattacharya wrote: > Here's another page which kind of summarizes the difference between gtk a

[BangPypers] Stack Overflow Questions Tags Users Badges Unanswered Ask Question google oauth login Python: “Invalid parameter value for redirect_uri: Missing scheme: None”

2014-07-25 Thread VIMAL K
This is my code: flow = OAuth2WebServerFlow(client_id='XX',client_secret='X',scope=' https://www.googleapis.com/auth/userinfo.email',redirect_uri=' https://.com/oauth2callback') log.debug(flow.__dict__) if not self.request.get("code"): auth_uri = flow.step1_get_authorize_ur