Hello,

We aren't able to replicate this issue with account names containing 
unicode characters. In my case, I ran the get_account_hierarchy.py 
<https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201509/account_management/get_account_hierarchy.py>
 
sample and got the expected result:

CustomerId, Name
--Redacted, マーク Test Account

I think this might have to do with something else. In the stacktrace, I 
noticed that you aren't using the sax parser embedded in the suds-jurko 
library. On even closer observation, I noticed that you weren't even using 
the suds-jurko library. This is almost definitely the cause of the problem, 
as I don't think our library is compatible with the original suds library, 
which is now woefully unmaintained. I suggest uninstalling both googleads 
and the suds library you're using currently. Then reinstall googleads with 
pip using the following command:

pip install googleads

Our setup.py file should then install all of the necessary dependencies 
automatically, which should resolve this problem.

Regards,
Mark Saniscalchi

On Wednesday, January 20, 2016 at 2:22:09 PM UTC-5, maxSonic Sun wrote:
>
> Hi,
>
> I have the error as shown in the first pic below. It seems that it is 
> caused by the decoding of the soap xm. The second pic  is my code. However, 
> if I remove the "name" from the selector, everything works fine.
> My customers have lots of Chinese Name in their MCC accounts. I think it 
> is caused by the unicode problem of python and both the Chinese. How can I 
> solve this problem to avoid this kind of error?
>
>
>
> <https://lh3.googleusercontent.com/-T-0kdzKwXWQ/Vp-ti3ztPcI/AAAAAAAAA4k/_WvW8uoQeZs/s1600/PastedGraphic-4.png>
>
>
> <https://lh3.googleusercontent.com/-lWDEJ7LLcPc/Vp-tlw4VxyI/AAAAAAAAA4s/5DkEn5oey7E/s1600/PastedGraphic-6.png>
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/68d6ddc2-f671-4fb7-bec4-20765ea1ed58%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to