[Tutor] unexpected list entry

Dave Angel d at davea.name
Fri Dec 2 19:07:35 CET 2011


On 12/02/2011 11:48 AM, surya k wrote:
>
>
>
> Dave, I am now puzzled.. I
> don't understand but the list is now not showing unicode. I just
> restarted the IDE and rewrote the code again!
>
> however, I tried print repr(name1), it didn't show me any unicode notation.
>
>
>

Well, since the symptom went away, the test of the repr(name1) doesn't 
tell us anything one way or the other.

i suspect there's a configurable setting in your IDE as to whether you 
want to use Unicode or not, for raw_input.  The IDE is probably 
intercepting the standard readline code and supplying its own, perhaps 
in order to support some special keys that tell the IDE to do various 
things to your program.

Anyway, one theory would be that this setting somehow got activated, but 
restarting the IDE changed it back to its default.

Have you looked for a mailing list for that program?  There is usually 
some form of interaction with most non-trivial open-source projects.


-- 

DaveA


More information about the Tutor mailing list