RE: [Zope] What version of Python Methods - no - Scripts for 2.2.4?
Ron Bickers wrote:
I got PythonScripts running on 2.2.4 after doing the following:
1) Install PythonScripts from CVS just like any other Product.
2) Add these lines to lib/python/AccessControl/__init__.py:
from SecurityInfo import ClassSecurityInfo, ModuleSecurityInfo from SecurityInfo import ACCESS_PRIVATE from SecurityInfo import ACCESS_PUBLIC from SecurityInfo import ACCESS_NONE from SecurityInfo import secureModule
3) Add the CVS version of SecurityInfo.py to lib/python/AccessControl/
It works in my limited testing, but I have no idea if something is badly broken that just hasn't shown itself yet.
I also had to add OFS/Cache.py from the CVS for this to work. -- Itai Tavor "Je sautille, donc je suis." C3Works itai@c3works.com - Kermit the Frog "If you haven't got your health, you haven't got anything"
-----Original Message----- From: Itai Tavor [mailto:itai@optusnet.com.au] Sent: Thursday, December 14, 2000 7:55 PM To: zope@zope.org Cc: Ron Bickers Subject: RE: [Zope] What version of Python Methods - no - Scripts for 2.2.4?
I also had to add OFS/Cache.py from the CVS for this to work.
That's interesting. I don't have OFS/Cache.py and it seems to be working fine. Maybe there was a recent change that now requires it? _______________________ Ron Bickers Logic Etc, Inc. rbickers@logicetc.com
That's what I figured. Didn't check, though. I'm just happy it works.
-----Original Message----- From: Itai Tavor [mailto:itai@optusnet.com.au] Sent: Thursday, December 14, 2000 7:55 PM To: zope@zope.org Cc: Ron Bickers Subject: RE: [Zope] What version of Python Methods - no - Scripts for 2.2.4?
I also had to add OFS/Cache.py from the CVS for this to work.
That's interesting. I don't have OFS/Cache.py and it seems to be working fine. Maybe there was a recent change that now requires it? _______________________
Ron Bickers Logic Etc, Inc. rbickers@logicetc.com
-- Itai Tavor "Je sautille, donc je suis." C3Works itai@c3works.com - Kermit the Frog "If you haven't got your health, you haven't got anything"
participants (2)
-
Itai Tavor -
Ron Bickers