Re: [Zope] need help moving zope instance home data to new one w/ new python version

2005-09-13 Thread Dieter Maurer
[EMAIL PROTECTED] wrote at 2005-9-12 21:52 -0700:
To move old zope instance home to new one can i just

1. make new zope instance home
2. copy over Data.fs?

zope  plone barfed on python2.4...

must i downgrade to 2.3?

No. Zope runs happily on Python 2.4.

However, there is no garantee that there are no security holes
(a security audit has not yet been performed).
If that is not a problem for you (it is not for me, e.g.),
then you can use Zope with Python 2.4.


-- 
Dieter
___
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] need help moving zope instance home data to new one w/ new python version

2005-09-13 Thread Dieter Maurer
Tino Wildenhain wrote at 2005-9-13 07:40 +0200:
 ...
 must i downgrade to 2.3?

Yes. See doc/INSTALL.txt :-)
One of the points is you compiled your
extensions for python 2.3, and therefore
you need 2.3 to run it.

This is often true, but not for Python 2.3 versus Python 2.4:

 Python 2.4 did not change the C API.

 Extensions generated for Python 2.3 can be used for
 Python 2.4 as well.

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


[Zope] need help moving zope instance home data to new one w/ new python version

2005-09-12 Thread seberino
To move old zope instance home to new one can i just

1. make new zope instance home
2. copy over Data.fs?

zope  plone barfed on python2.4...

must i downgrade to 2.3?
___
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] need help moving zope instance home data to new one w/ new python version

2005-09-12 Thread Tino Wildenhain
Am Montag, den 12.09.2005, 21:52 -0700 schrieb [EMAIL PROTECTED]:
 To move old zope instance home to new one can i just
 
 1. make new zope instance home
 2. copy over Data.fs?
 
 zope  plone barfed on python2.4...
 
 must i downgrade to 2.3?

Yes. See doc/INSTALL.txt :-)
One of the points is you compiled your
extensions for python 2.3, and therefore
you need 2.3 to run it.




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