Question #265776 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/265776

eduardobedoya gave more information on the question:
I would like to convert "Names" into...
'corazona', 'Pebleo00', 'cofriasd', 'paflio',
cuz I have another list that I need to compere it to
Names2 = ['corazona', 'paflio']
NamesSelected = [i for i, v in enumerate(Names) if v not in Names2]

How could I convert this unicode string enconced in utf-8
into
'corazona', 'Pebleo00', 'cofriasd', 'paflio',

Thanks Advanced.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to