Re: [Zope] Deploying with buildout

2007-08-28 Thread Ross Patterson
Chris McDonough <[EMAIL PROTECTED]> writes: > On Aug 28, 2007, at 5:55 PM, Ross Patterson wrote: >> >>> Putting these packages in your Zope instance home's "lib/python" >>> directory should get them found before the others. For Products, you >>> can use an additional "products-path" directive in

Re: [Zope] Deploying with buildout

2007-08-28 Thread Chris McDonough
On Aug 28, 2007, at 5:55 PM, Ross Patterson wrote: Putting these packages in your Zope instance home's "lib/python" directory should get them found before the others. For Products, you can use an additional "products-path" directive in zope.conf and put files in there. I don't know how to te

Re: [Zope] Deploying with buildout

2007-08-28 Thread Ross Patterson
Chris McDonough <[EMAIL PROTECTED]> writes: > On Aug 27, 2007, at 10:59 PM, Ross Patterson wrote: > >> We have a Plone 3.0/Zope 2.10 application that we need to develop >> on, maintain and >> deploy to a ZEO server and multiple ZEO clients. Currently we use svn >> bundles of Zope and Plone and ou

Re: [Zope] Deploying with buildout (was: buildout, instancemanager, and eggs)

2007-08-28 Thread Chris McDonough
On Aug 27, 2007, at 10:59 PM, Ross Patterson wrote: We have a Plone 3.0/Zope 2.10 application that we need to develop on, maintain and deploy to a ZEO server and multiple ZEO clients. Currently we use svn bundles of Zope and Plone and our own packages and products in one big svn:externals def

Re: [Zope] Can t start Zope

2007-08-28 Thread Maciej Wisniowski
> try: result = render_blocks(self._v_blocks, md) > Unauthorized: You are not allowed to access 'admin' in this context > > Any ideas? This is not connected with previous error, but seems that your Zope worked before (-08-20T15:12:21). If so then what chages did you do? ;) As Andreas said pre

Re: [Zope] Can t start Zope

2007-08-28 Thread Tom Von Lahndorff
This is in the error log: -08-20T15:12:21 ERROR root Exception while rendering an error message Traceback (most recent call last): File "/opt/zope/Zope-2.10.1_Software/lib/python/OFS/ SimpleItem.py", line 225, in raise_standardErrorMessage v = s(client, REQUEST, **kwargs) File "/opt/zo

Re: [Zope] Can't start Zope

2007-08-28 Thread Andreas Jung
--On 28. August 2007 12:32:42 -0400 Tom Von Lahndorff <[EMAIL PROTECTED]> wrote: import AccessControl.Role, AccessControl.Owned, App.Common ImportError: No module named AccessControl.Role Broken installation? And why Zope 2.10.1? We are currently at 2.10.4. Andreas pgpEfqkgvBcpS.pgp D

[Zope] Can't start Zope

2007-08-28 Thread Tom Von Lahndorff
Getting the following error. Thanks in advance. ]# ./zopectl start Traceback (most recent call last): File "/opt/zope/Zope-2.10.1_Software/lib/python/Zope2/Startup/ zopectl.py", line 322, in ? main() File "/opt/zope/Zope-2.10.1_Software/lib/python/Zope2/Startup/ zopectl.py", line 280,

Re: [Zope] Deleting a file in Python

2007-08-28 Thread Andreas Jung
--On 28. August 2007 09:36:18 -0400 [EMAIL PROTECTED] wrote: I've tried not assigning it to a variable, all kinds of minor syntax changes, but nothing I do works, it gives the same error: Error Type: AttributeError Error Value: manage_getProperty You're doing trial-and-error programming.

Re: [Zope] Deleting a file in Python

2007-08-28 Thread zozer
> On Sat, Aug 25, 2007 at 07:35:06AM -0400, [EMAIL PROTECTED] wrote: >> but I can't figure out where context.* is documented. > > It depends what kind of object context is. > To find out, you may find this product useful: > http://plone.org/products/docfindertab > > Here is a good start reference f

[Zope] help with zodb server

2007-08-28 Thread P. Nagaraj
Hi, I installed ZODB3-3.3.1. Problem is server says it starts, but is not there. I can understand what is happening. Please help! [root]# /usr/bin/zdctl.py -C /etc/zeoctl.conf start . . . . . . . . . . . daemon process started, pid=27100 [root]# /usr/bin/zdctl.py -C /etc/zeoctl.conf status da

[Zope] Re: Help with DateTime.earliestTime()

2007-08-28 Thread Maurits van Rees
J Cameron Cooper, on 2007-08-27: > Maurits van Rees wrote: >> Hm, that should probably be "except DateTime.DateTime.DateError" but >> there is not really anything else that can go wrong here. > > A ConflictError can go wrong here, which is an additional and important > reason not to have a bare ex