VerboseSecurity and Zope270 on Windows
I downloaded the, I think, latest version of VerboseSecurity fron cvs.zope.org but can't get it to patch. On my WindowsXP I have:: security-policy-implementation python in my zope.conf and my runzope.bat file also has:: @set ZOPE_SECURITY_POLICY=PYTHON When I fire up zope the usual way (i.e. with runzope.bat) it says:: 2004-03-08T18:59:09 INFO(0) VerboseSecurity Unable to patch PermissionRole. To see permission names in Unauthorized exceptions, add 'security-policy-implementation python' to zope.conf. But I have done that. So, how should I do it? Cheers, Peter -- Peter Bengtsson, http://www.peterbe.com
On Mon, 8 Mar 2004, Peter Bengtsson wrote:
I downloaded the, I think, latest version of VerboseSecurity fron cvs.zope.org but can't get it to patch. On my WindowsXP I have::
security-policy-implementation python
in my zope.conf and my runzope.bat file also has::
@set ZOPE_SECURITY_POLICY=PYTHON
When I fire up zope the usual way (i.e. with runzope.bat) it says::
2004-03-08T18:59:09 INFO(0) VerboseSecurity Unable to patch PermissionRole. To see permission names in Unauthorized exceptions, add 'security-policy-implementation python' to zope.conf.
But I have done that. So, how should I do it?
It doesn't work correctly with Zope 2.7 yet, sorry. Shane
Hello all: i'm trying to connect to a .net webservice via zope and an exteral method. i can't seem to find any library that works with the zope install 2.6.2 that i get to play in. does anyone have any experience with a soap package that works with python2.1? needs to be SOAP, i got the xmlrpclib stuff working but the guy on the other side decided to use soap(wsdl). thanks, patrick sullivan __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
patrick sullivan wrote:
i'm trying to connect to a .net webservice via zope and an exteral method. i can't seem to find any library that works with the zope install 2.6.2 that i get to play in.
Upgrade to 2.7.0, then you have Python 2.3.3 and can use whatever latest and greatest soap package you can find... cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
patrick sullivan wrote at 2004-3-8 11:21 -0800:
i'm trying to connect to a .net webservice via zope and an exteral method. i can't seem to find any library that works with the zope install 2.6.2 that i get to play in.
The ZSI package may help you (Google for it). -- Dieter
participants (5)
-
Chris Withers -
Dieter Maurer -
patrick sullivan -
Peter Bengtsson -
Shane Hathaway