Eric,
this is a problem with py2exe, I am trying to build a standalone
executable. The script runs fine from the command line but when I run
the compiled exe I get:
aw_api.Errors.ValidationError: The version 'v200909' is not compatible
with 'AdG
roupCriterionService'.
Does anyone have a recipe for py2exe and the V2009 api?
here is my current script:
from distutils.core import setup
import py2exe
import sys
setup(console = [{"script": "updbidamt.py",
"icon_resources": [(0, "python.ico")] } ],
options={
'py2exe': {
"packages": ["ZSI"],
"bundle_files": True,
"ascii": True,
"compressed": True}
},
zipfile = None,
)
On Dec 8, 11:41 am, AdWords API Advisor <[email protected]>
wrote:
> Hi Ralph,
>
> It is recommended that you use ZSI with the python client library, as
> this is a newer SOAP toolkit and it works with the v2009 API. As for
> the error with ZSI, it appears that you are making a request that
> results in a data set that is too large to return. I would recommend
> you enable paging and try the request again.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Dec 7, 3:48 pm, Ralph Heimburger <[email protected]> wrote:
>
>
>
> > I am using the awapi python library to access V200909 and running the
> > examples provided
>
> > If I use SOAP, I get:
>
> > aw_api.Errors.ApiVersionNotSupportedError: The 'Get' request via
> > v200909 is currently not supported for use with SOAPpy toolkit.
>
> > If I use ZSI, I get:
> > aw_api.Errors.RequestError:
> > SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @
--
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.