Re: Changing Unicode object to Tuple Type

2007-05-24 Thread laxmikiran . bachu
On May 24, 5:11 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] schrieb: > > > Can we have change a unicode string Type object to a Tuple type > > object.. If so how > > Why? Are you getting an error that makes you think that's a good idea? > > Tuples are basically struc

Changing Unicode object to Tuple Type

2007-05-24 Thread laxmikiran . bachu
Can we have change a unicode string Type object to a Tuple type object.. If so how -- http://mail.python.org/mailman/listinfo/python-list

Changing Unicode object to Tuple Type

2007-05-24 Thread laxmikiran . bachu
Can we have change a unicode string Type object to a Tuple type object.. If so how -- http://mail.python.org/mailman/listinfo/python-list

ValueError: need more than 1 value to unpack

2007-05-23 Thread laxmikiran . bachu
ValueError: need more than 1 value to unpack . This is the error I get when I am using pyRXPU in the one of the scripts to get the strings from an application. Can anybody throw some light on this ..what might be the solution for this. If I use pyRXP iam not getting the mentioned error. Error inf