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