Re: [Zope] Squishdot on Zope 2.9.X with Python 2.4

2006-02-28 Thread Dennis Allison

OK, I'll do that.  My post was to learn whether I was walking into a mine 
field...

On Tue, 28 Feb 2006, Chris Withers wrote:

 Dennis Allison wrote:
  Yup, it does seem a bit strange, but I'd rather not maintain multiple 
  versions of Zope if I can avoid it.  And I have a user that wants to 
  experiment with and/or use Squishdot.
 
 Try it and see. I personally haven't, but I'd be interested in fixing 
 any problems that do arise...
 
 Chris
 
 

-- 

___
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 )


Re: [Zope] Squishdot on Zope 2.9.X with Python 2.4

2006-02-28 Thread Alec Mitchell
On Tuesday 28 February 2006 07:10, Dennis Allison wrote:
 OK, I'll do that.  My post was to learn whether I was walking into a mine
 field...

In my experience, unless you are using Zope 3 technologies in Zope 2 (via 
Five) there is very little difference from a Product development point of 
view between Zope 2.8 and 2.9.  Of course it's possible, but unlikely, that 
a product uses some no longer supported features from Python.  Also, the 
triggering of manager_after* hooks now happens through events in 2.9 which 
can have some unexpected consequences in certain cases. I, however, know 
nothing about Squishdot.

Alec
___
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 )