kapilt / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

2.5 buildout zope start fails on zcml in getpaid.core #188

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./bin/builldout
2. ./instance fg

What version of the product are you using? On what operating system?
I am usingthe anonymous checkout of the svn repository as of today

I changed line 24 in getpaid/core/configure.zcml to:
      zope.app.event.interfaces.IObjectCreatedEvent"
from:
      zope.lifecycleevent.interfaces.IObjectCreatedEvent"

And then it worked to start the server

Original issue reported on code.google.com by Jorgen.M...@gmail.com on 23 Mar 2008 at 11:46

GoogleCodeExporter commented 8 years ago
Apparently some of the imports are plone 3 particular. We need to find ways to
distinguish these or put conditions around them so there are wroking plone 2.5 
and
plone3 buildouts. 

Original comment by cjj.ifpe...@gmail.com on 3 Apr 2008 at 10:49

GoogleCodeExporter commented 8 years ago
I am not 100% sure, but it seems that we have until Zope 3.5 to use the old 
import
(zope.app.event.interfaces.IObjectCreatedEvent). So we might want to use the old
import for now.

Original comment by lucielej...@gmail.com on 4 Apr 2008 at 5:39

GoogleCodeExporter commented 8 years ago

Original comment by rs_al...@aeiou.pt on 14 Apr 2008 at 1:19

GoogleCodeExporter commented 8 years ago

Original comment by rs_al...@aeiou.pt on 14 Apr 2008 at 1:19