16 Sep
2005
16 Sep
'05
2:36 a.m.
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.