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