[Zope-dev] Zope Tests: 4 OK, 1 Failed

2008-07-30 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Tue Jul 29 11:00:00 2008 UTC to Wed Jul 30 11:00:00 2008 UTC. There were 5 messages: 5 from Zope Tests. Test failures - Subject: FAILED (errors=1) : Zope-2.8 Python-2.3.6 : Linux From: Zope Tests Date: Tue Jul 29 20:52:19 EDT 2008

[Zope-dev] Re: import error in python2.6

2008-07-30 Thread Bristow Thankachan
Hi, Can anybody tell me how to run the module ImplPython in python2.6 to check for syntax errors. Or is there any other means by which I can correct the import error of the module ImplPython? The error message is as follows:- Running tests at level 1

[Zope-dev] Re: import error in python2.6

2008-07-30 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bristow Thankachan wrote: Hi, Can anybody tell me how to run the module ImplPython in python2.6 to check for syntax errors. Or is there any other means by which I can correct the import error of the module ImplPython? The error message is as

[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

Re: [Zope] manage_cutObjects/manage_pasteObjects problem ...

2008-07-30 Thread Paul Winkler
Just a quick note: On Fri, Jul 25, 2008 at 03:20:23PM +0200, Giampiero Benvenuti wrote: I think the problem is your 4th line: copy_info = obj_parent.manage_cutObjects((context.getId())) copy_info should be the object you want to cut it should be something like this: ...

Re: [Zope] Re: Problems with buildout and zope.interface

2008-07-30 Thread Paul Winkler
On Fri, Jul 25, 2008 at 02:53:55PM +0200, Christian Scholz wrote: So my main question is probably: Is there a way to automate the process of installing and running virtualenv similar to what bootstrap.py does for buildout so that people do not need to care about the virtualenv part? Yes, you