Have things changed on that matter ? Months have passed, Python 3 has progressed. Is there any hope ? :)
Thanks for all the great work though. Alexandre On Tuesday, 22 May 2012 10:08:02 UTC-4, Kevin Winter wrote: > > Hi, > Thanks for the feedback. We haven't looked too deeply into this, but a > quick search reveals that there are no good choices for a SOAP toolkit with > python 3 support: > http://stackoverflow.com/questions/7817303/whats-the-best-soap-library-for-python-3-x#comment11973645_7817303 > > Are you aware of other (successful) options? We're very leery of > depending on a 2to3 conversion of an existing toolkit. We tried running > 2to3 against our internally patched SOAPpy and it chokes on the wstools > code - written before strings had functions (python 2.2?) - from string > import join, etc. We'll investigate improving the existing toolkit usage > to make 2to3 easier, but we won't be committing to python3 support in the > near future. > > - Kevin Winter > AdWords API Team > > On Monday, May 21, 2012 1:45:45 AM UTC-4, Alex from NU wrote: >> >> Hi, >> >> I am working on a project that makes extensive use of client API's, >> including AdWords. The rest of the project uses python 3.2, but the API >> code runs separately in 2.7. I would *really* benefit from a supported >> python 3 client library, since that's what we do development in. >> >> On Tuesday, May 15, 2012 10:58:41 AM UTC-5, Kevin Winter wrote: >>> >>> Hi, >>> I'm a maintainer for the python client library. We currently don't >>> have plans to add support for python 3 - this is the first request we've >>> heard. What sort of problems did you run into with the converter? We use >>> quite a few older libraries, so the libraries may also present problems if >>> there are no python3 substitutes. >>> >>> - Kevin Winter >>> AdWords API Team >>> >>> On Thursday, May 10, 2012 9:22:28 AM UTC-4, [email protected] wrote: >>>> >>>> Hey, >>>> I need to develop a system for my company where I need to use the >>>> AdWords API (or Ad Exchange Buyer SOAP API, still a few requirements >>>> to figure out). We are currently developing on python 3.2, which the >>>> provided library doesn't support. I tried to convert the code myself to >>>> python 3, which didn't work. So I wanted to know, is there any way, I can >>>> use the Library/API with python 3.2 or if there is any chance you guys can >>>> add support for it? >>>> >>> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
