I have successfully created ECS connection with 'cn-beijing' and all other functions work fine, like create_and_start_instance(), stop_instance(), delete_instance() , etc.
However, it always failed to list all images and here is what I get :
_conn.describe_images()
[Traceback (most recent call last):
File "", line 1, in
UnicodeEncodeError: 'ascii' codec can't encode character u'\u4f4d' in position 119: ordinal not in range(128)
Can you help with it ?