Re: [Tutor] free IDE for Python?

2006-11-13 Thread Hugo Gonzalez M
Hi, I like SPE and IDLE, I do all development with them. Hugo ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] how to test .mov file using python

2006-11-01 Thread Hugo Gonzalez M
[EMAIL PROTECTED] wrote: > Andreas, > Thank you very much for your reply. "Using mplayer to test if the video > track decodes" sounds like a good idea. I am a new python user. Could > you please talk more details about how to do that. Hi, mplayer is a separate program and has nothing to do with

Re: [Tutor] characters in python

2006-10-18 Thread Hugo Gonzalez M
>> I tried with unicode strings, but nothing. It says : unsoported characters >> They are supported. Are you using them literally in your code? Anything other than ASCII or Latin-1 needs to be declared explicitly at the start of the source code file. Maybe you can use UTF-8 encoding. See: