Answering my own questions:

On Mon, 2008-07-07 at 10:20 -0300, Tim Cook wrote:

> All of my source files have the unicode declaration:
> # -*- coding: utf-8 -*-  as the first line. 
> 
> Do those strings inside the list have to be marked as unicode? for
> example:
> [([u'include', ([([u'archetype_id/value', ([u'/disposition\\.v1draft/'],
> {})], {})], {})], {})]
> 

After flattening the nested construct and unicode converting the
strings:
[u'include', u'archetype_id/value', u'/disposition\\.v1draft/']

Same problem.


> If so; if I remove the unicode declaration will that prevent this error?
Nope!

Now I don't know where to search for the problem.

Any ideas?


-- 
Timothy Cook, MSc
Health Informatics Research & Development Services
LinkedIn Profile:http://www.linkedin.com/in/timothywaynecook 
Skype ID == timothy.cook 
**************************************************************
*You may get my Public GPG key from  popular keyservers or   *
*from this link http://timothywayne.cook.googlepages.com/home*
**************************************************************

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to