Re: [Zope] psycopg import error

2009-06-24 Thread Rowan Woodhouse
I had the same problem but found that if I just modified the list of acceptable psycopg versions everything worked fine. Rowan Amir wrote: Hey, yes i have it installed at instance/Python-2.4.3/lib/python2.4/site-packages/psycopg2 and i had also moved the adapter to the

Re: [Zope] psycopg import error

2009-06-24 Thread Rowan Woodhouse
thinking there is something in 2) is this normal? ps : 2.0.11 is in the allowed psycopg ALLOWED_PSYCOPG_VERSIONS = ('2.0.7','2.0.8','2.0.9','2.0.10', '2.0.11') Regards, Amir tlc2 On Wed, Jun 24, 2009 at 10:56 AM, Rowan Woodhouse rwoodho...@wirelessmeasurement.com wrote: I had

Re: [Zope] zope2, buildout and relstorage

2009-04-30 Thread Rowan Woodhouse
Jürgen Herrmann wrote: i want to use relstorage with zope 2.10 and have read about the fake egg procedure at http://pypi.python.org/pypi/plone.recipe.zope2install is there any documentation how to use that recipe? i tried downloading and unpacking from

[Zope] Zope2 and XMLRPC methods

2009-02-17 Thread Rowan Woodhouse
Hi, I'm having some trouble getting XML-RPC methods going on Zope2/Five. I've got the following in my configure.zcml: configure xmlns=http://namespaces.zope.org/zope; xmlns:browser=http://namespaces.zope.org/browser; xmlns:five=http://namespaces.zope.org/five;

Re: [Zope] Zope2 and XMLRPC methods

2009-02-17 Thread Rowan Woodhouse
Bill Campbell wrote: On Tue, Feb 17, 2009, Rowan Woodhouse wrote: Hi, I'm having some trouble getting XML-RPC methods going on Zope2/Five. I've got the following in my configure.zcml: configure xmlns=http://namespaces.zope.org/zope; xmlns:browser=http://namespaces.zope.org

Re: [Zope-dev] ZODB change notifications

2009-01-22 Thread Rowan Woodhouse
Laurence Rowe wrote: Rowan Woodhouse wrote: Hi, I've got two clients accessing the same object at the same time (one is Zope and the other is a worker interfacing to another system). In the worker client I need to detect a change to the value of an attribute made by the Zope client. I

[Zope-dev] Auto Generated Add Forms

2009-01-22 Thread Rowan Woodhouse
Hi, I'm trying to use auto-generated add forms in Zope 2.10-6 (Ubuntu) with Five but I'm having some trouble getting them to work. I've added the section below to my configure.zcml: snip configure.zcml browser:addform schema=.democontent.IDemoContent

[Zope-dev] ZODB change notifications

2009-01-20 Thread Rowan Woodhouse
Hi, I've got two clients accessing the same object at the same time (one is Zope and the other is a worker interfacing to another system). In the worker client I need to detect a change to the value of an attribute made by the Zope client. I can do this by polling the value of the attribute

[Zope] Zope product and dtml-tree

2008-07-30 Thread Rowan Woodhouse
Hi, I'm developing a Zope product that uses a dtml file to generate the html page. I'd like to include a dtml-tree based tree for navigation on the page. The custom object inherits from SimpleItem. When I include the follow code in the dtml file: dtml-tree dtml-var id /dtml-tree I get

[Zope] Recovering from Data.fs

2007-01-09 Thread Rowan Woodhouse
Hi, I'm trying to recover a zope instance from a hardware failure. The only thing I have left is the backed up Data.fs file. I'm not entirely sure which version of Zope was used but I think it was 2.9 (certainly not 3), or what the install paths were for the instance or zope. When I try and use