Unicode to String in python language

Kim C Tran KCT at EMIA.com.au
Tue Aug 28 19:54:15 EDT 2001


Hi all,

The function win32net.NetUserEnum(None,2,filter,resume) return all the 
information of users and I loop in through the list and get User Name 
and Full name and then I sort the list on Full name but then I got 
this error "can only concatenate list (not "unicode") to list "


What is the command use to convert the Unicode to String ??

Thanks in advance,





More information about the Python-list mailing list