Unicode to String in python language

Ignacio Vazquez-Abrams ignacio at openservices.net
Tue Aug 28 20:05:51 EDT 2001


On Wed, 29 Aug 2001, Kim C Tran wrote:

> 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,

It sounds like you're doing something very wrong. Show some code.

-- 
Ignacio Vazquez-Abrams  <ignacio at openservices.net>





More information about the Python-list mailing list