[Python] mi sono bloccato

Carlo Miron miron a python.it
Ven 8 Maggio 2015 17:49:52 CEST


Il 8 maggio 2015 17:44, Giuseppe Amato <giuamato a gmail.com> ha scritto:

> Il giorno 8 maggio 2015 17:19, computer service <cservice2001 a gmail.com> ha
> scritto:
>>
>>
>> "exceptions.ValueError: unsupported format character '""' (0x22) at index
>> 358"
>
>
> Mi sembra un problema di codifica, secondo me se vai a vedere il carattere
> 358 è un unicode o giù di lì.

Io invece scommetterei che gli è scappato un doppio apice nel template.

    >>> './%(foto)"s' % vars()
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    ValueError: unsupported format character '"' (0x22) at index 9

©

-- 
|:**THE BEER-WARE LICENSE** (Revision 42):
| <miron a python.it> wrote this mail. As long as you retain
| this notice you can do whatever you want with this stuff.
| If we meet some day, and you think this stuff is worth it,
| you can buy me a beer in return.
|                                            --Carlo Miron :


Maggiori informazioni sulla lista Python