[Zope3-dev] Re: Couldn't find view 's'

Florian Lindner mailinglists at xgm.de
Wed Oct 13 04:29:04 EDT 2004


Florian Lindner schrieb:

> Tonico Strasser schrieb:
>
>>> class StandardMacros(BaseMacros):
>>>    macro_pages = ('skin_macros') <-- That is not a tuple
>>
>>
>>
>> ('skin_macros', )
>
>
>
> Thanks!
> That changed the error message to:
>
>  File "C:\Python23\lib\StringIO.py", line 203, in getvalue
>    self.buf += ''.join(self.buflist)
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xfc in position 
> 22: ordinal
> not in range(128)
> 127.0.0.1 - zope.anybody [12/Oct/2004:16:30:21 +0400] "GET 
> /++skin++centershock/
> gg/@@main.html HTTP/1.1" 200 292 "" "Mozilla/5.0 (Windows; U; Windows 
> NT 5.1; de
> -DE; rv:1.7) Gecko/20040803 Firefox/0.9.3"
>
> Is there any way to tell which file zope means? What charachter is 0xfc?


It works now, it was a german umlaut ü.


More information about the Zope3-dev mailing list