You are not logged in Log in Join
You are here: Home » Members » adytumsolutions » z3project_starter » z3 Project Starter » How to use this product in Zope 3.3.1 » discussionitem_view

Log in
Name

Password

 

Comment

Above in this comment thread: z3 Project Starter » Not working with Zope3.3 »

Comment

Discussion icon How to use this product in Zope 3.3.1

Posted by: kevingill2 at 2007-04-12

I got this working with Zope 3.3.1 with the following 2 changes:

Line 212:

view = zapi.getMultiAdapter((source, self.request))

Line 1161-1162:

typesiface_py = '''from zope.app.i18n import MessageFactory
_ = MessageFactory(%s)