[Zope] [1158] Re: Zwiki conflicts with my product

Simon Michael simon at joyful.com
Thu Sep 15 22:36:29 EDT 2005


Hi Nicholas,

I think use of the encoding argument just failed two lines above that 
one, and so Dieter's suggestion may not work.

In your event log at blather severity, or on the console if you start 
with zopectl fg -Xdebug-mode=on, you should see:

  ZWiki... Warning: unicode() LookupError for encoding ___, WikiNames 
will not use the system locale

What is the encoding it reports there ? Is it trying a strange one due 
to your product setting the locale ? (usually not recommended, 
incidentally..)

It shouldn't crash of course. As a workaround you could try:

  lang, encoding = None, None

at line 79. Feel free to take this to http://zwiki.org/1158 if you like.



More information about the Zope mailing list