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.

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to