I have been scouring the web for something to allow if anything global proxy settings as well. Not sure why so much focus on Java for gdata 2.0 and little on Python. Are they waiting for Python 3 to take hold???
On Thursday, October 21, 2010 6:48:27 AM UTC-7, mickeydisn wrote: > > Hello ! > > > Hello to all! > > I have a little promblem today, and I need help > > I wrote a function for authentication: > > <% > > def __autch (self): > # Autch > self.gd_client = gdata.photos.service.PhotosService() > self.gd_client.email = gemail > self.gd_client.password = gpass > self.gd_client.source = 'exampleCo-exampleApp-1' > self.gd_client.ProgrammaticLogin() > > > %> > > > > Maleureusement my connection through a proxy sock5. I wish to add to > the service object photo proxy settings (url and port). > > How can I do that? ? > > > > Currently I have an error: > > "Socket.error: [Errno 10060] A connection attempt ÚchouÚ ConnectU > because the party did not properly rÚpondu" > -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-picasa-data-api. For more options, visit https://groups.google.com/groups/opt_out.
