Hi,

Some questions:

1. Which version of Python are you using?
2. When do you get this error? When printing a list of images?

If the answer to the second question is yes, than that's probably a bug
with __repr__ method. If an object representation contains unicode
characters, Python throws an exception when you try printing this object.

I will try to get fix into trunk as soon as possible.

On Wed, Jul 4, 2012 at 3:29 AM, Claudiu Popescu <[email protected]>wrote:

> Hi,
>
> IBM is using UTF-8 characters in it's image names and this seems to be a
> problem with libcloud/python.
> When I try to list all images I get: UnicodeEncodeError: 'ascii' codec
> can't encode character u'\u2013' in position 79: ordinal not in range(128)
> Is there a workaround for this situation?
>
> Thanks,
> Claudiu
>

Reply via email to