Re: [Zope-dev] Xron and Zope 2.4.0 again
Probably because you are creating a new Schedule Zcatalog, whereas they were using one already created in a prior version of Zope.
No, I tried it on a "fresh" Zope 2.4.0 install, and I still got the same error message. I also tried the method that Steve Alexender gave and I got the same error as Walter Miller got when he tried it. I also tried Chris Withers' method (from Products.PluginIndexes.FieldIndex.FieldIndex import FieldIndex), and I also got the same error as Walter Miller again. Is anybody able to use Xron with Zope 2.4.0 ? Thanks. Rémi. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
Remi Delon wrote:
I also tried the method that Steve Alexender gave and I got the same error as Walter Miller got when he tried it. I also tried Chris Withers' method (from Products.PluginIndexes.FieldIndex.FieldIndex import FieldIndex), and I also got the same error as Walter Miller again.
Those changes fixed the first problem that was reported. You're now seeing the next problem. This is an improvement!
Is anybody able to use Xron with Zope 2.4.0 ?
Take a look at Xron's Schedule.py, line 125, in armed_event. According to the traceback, that's where the error is occuring. I don't have a copy of Xron here, as I'm not using it. I expect what's happening is that something isn't being acquisition-wrapped when it ought to be. You'll need to look carefully through the code to get any further. -- Steve Alexander Software Engineer Cat-Box limited
participants (2)
-
Remi Delon -
Steve Alexander