Con esto deberías solucionarlo:<br><br>f.write(&quot;set title &#39;%s (%s)&#39;\n&quot; %( Nombre_valor.encode(&quot;utf-8&quot;), id,))<br><br>Saludos,<br><br>Raúl<br><br><div class="gmail_quote">2011/2/27 Jesús Genicio <span dir="ltr">&lt;<a href="mailto:jgenicio@gmail.com">jgenicio@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">El dom, 27-02-2011 a las 17:18 -0400, lopz escribió:<br>
<div class="im">&gt; Yo suelo utilizar esto en las 2 primeras líneas de cualquier script<br>
&gt;<br>
&gt; #!/usr/bin/env python<br>
&gt; # -*- coding: utf-8 -*-<br>
&gt;<br>
&gt; Espero que solucione tu problema ya que es debido a que estás usando<br>
&gt; caracteres no unicode en tu script<br>
&gt; quizá en comentarios o en print&#39;s, caracteres como la ñ o tildes.<br>
&gt;<br>
&gt; saludOS<br>
&gt;<br>
</div>Sigue igual:<br>
<br>
id -&gt;<a href="http://TEF.MC" target="_blank">TEF.MC</a><br>
Nombre_Valor-&gt; Telefónica de España<br>
<div class="im">Traceback (most recent call last):<br>
</div>  File &quot;extraer_datos.py&quot;, line 85, in &lt;module&gt;<br>
<div class="im">    archivo_configuracion.write(&quot;set title &#39;%s (%s)&#39;\n&quot; %<br>
( Nombre_Valor, id,))<br>
</div>UnicodeEncodeError: &#39;ascii&#39; codec can&#39;t encode character u&#39;\xf3&#39; in<br>
position 16: ordinal not in range(128)<br>
<br>
<br>
S2.<br>
<div><div></div><div class="h5">&gt; El día 27 de febrero de 2011 17:10, Jesús Genicio &lt;<a href="mailto:jgenicio@gmail.com">jgenicio@gmail.com</a>&gt; escribió:<br>
&gt; &gt; El dom, 27-02-2011 a las 21:11 +0100, Oscar Carballal escribió:<br>
&gt; &gt;&gt; Has declarado el script con alguna de estas codificaciones?<br>
&gt; &gt;&gt; iso-8859-1, iso-8859-15, latin1<br>
&gt; &gt; No, no he declarado nada, lo miro y ya os cuento.<br>
&gt; &gt;<br>
&gt; &gt; Gracias.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; En caso de que no hayas declarado la codificacion del script,<br>
&gt; &gt;&gt; cualquier letra con tilde, o eñe dará un error y provocará que el<br>
&gt; &gt;&gt; script se detenga.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; El día 27 de febrero de 2011 19:44, Jesús Genicio &lt;<a href="mailto:jgenicio@gmail.com">jgenicio@gmail.com</a>&gt; escribió:<br>
&gt; &gt;&gt; &gt; Hola a tod@s:<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Llevo tiempo buscando la solución y no soy capaz. El problema es este:<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; <a href="http://BME.MC" target="_blank">BME.MC</a><br>
&gt; &gt;&gt; &gt; Bolsas y Mercados Españoles<br>
&gt; &gt;&gt; &gt; Traceback (most recent call last):<br>
&gt; &gt;&gt; &gt;  File &quot;extraer_datos.py&quot;, line 80, in &lt;module&gt;<br>
&gt; &gt;&gt; &gt;    archivo_configuracion.write(&quot;set title &#39;%s (%s)&#39;\n&quot;<br>
&gt; &gt;&gt; &gt; %( Nombre_Valor,id,))<br>
&gt; &gt;&gt; &gt; UnicodeEncodeError: &#39;ascii&#39; codec can&#39;t encode character u&#39;\xf1&#39; in<br>
&gt; &gt;&gt; &gt; position 33: ordinal not in range(128)<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Los datos los saco de una base de datos y tiene el formato Español, con<br>
&gt; &gt;&gt; &gt; eñes y acentos, etc..<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Pero al ejecutar este script, me tira el error y separa. ¿Qué hago mal.?<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Gracias por vuestra ayuda.<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; _______________________________________________<br>
&gt; &gt;&gt; &gt; Python-es mailing list<br>
&gt; &gt;&gt; &gt; <a href="mailto:Python-es@python.org">Python-es@python.org</a><br>
&gt; &gt;&gt; &gt; <a href="http://mail.python.org/mailman/listinfo/python-es" target="_blank">http://mail.python.org/mailman/listinfo/python-es</a><br>
&gt; &gt;&gt; &gt; FAQ: <a href="http://python-es-faq.wikidot.com/" target="_blank">http://python-es-faq.wikidot.com/</a><br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; _______________________________________________<br>
&gt; &gt;&gt; Python-es mailing list<br>
&gt; &gt;&gt; <a href="mailto:Python-es@python.org">Python-es@python.org</a><br>
&gt; &gt;&gt; <a href="http://mail.python.org/mailman/listinfo/python-es" target="_blank">http://mail.python.org/mailman/listinfo/python-es</a><br>
&gt; &gt;&gt; FAQ: <a href="http://python-es-faq.wikidot.com/" target="_blank">http://python-es-faq.wikidot.com/</a><br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Python-es mailing list<br>
&gt; &gt; <a href="mailto:Python-es@python.org">Python-es@python.org</a><br>
&gt; &gt; <a href="http://mail.python.org/mailman/listinfo/python-es" target="_blank">http://mail.python.org/mailman/listinfo/python-es</a><br>
&gt; &gt; FAQ: <a href="http://python-es-faq.wikidot.com/" target="_blank">http://python-es-faq.wikidot.com/</a><br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
<br>
_______________________________________________<br>
Python-es mailing list<br>
<a href="mailto:Python-es@python.org">Python-es@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-es" target="_blank">http://mail.python.org/mailman/listinfo/python-es</a><br>
FAQ: <a href="http://python-es-faq.wikidot.com/" target="_blank">http://python-es-faq.wikidot.com/</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Raúl Cumplido<br>