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

2008-07-27 Thread Dieter Maurer
Ajay Deshpande wrote at 2008-7-23 10:36 +0530: Ive been trying to cut objects from one context and paste them into another using a script python. But I get a CopyError when I try doing this. This is my code snippet and the traceback ... Snippet... ... obj = context.restrictedTraverse(path)

Re: [Zope] urllib2 timeout problem inside Zope thread

2008-07-27 Thread Dieter Maurer
Thierry Florac wrote at 2008-7-24 10:04 +0200: ... I'm currently using urllib2 to get an external URL from an internal cron like Zope thread. ... So my question : as I'd really prefer to keep this method call inside an internal Zope thread, how can I prevent this timeout ? urllib2 is quite

[Zope] Permission for archetype products

2008-07-27 Thread Kedar Dash
Hi, How to make a archetype products available for member so that it available to member type user like plone native content type. By its default behaviors it is only accessible to admin/ manager type of user. I am using zope 2.9.3 and plone 2.5. regards, Kedar

Re: [Zope] Permission for archetype products

2008-07-27 Thread Andreas Jung
--On 28. Juli 2008 10:14:18 +0530 Kedar Dash [EMAIL PROTECTED] wrote: Hi, How to make a archetype products available for member so that it available to member type user like plone native content type. By its default behaviors it is only accessible to admin/ manager type of user. Wrong

[Zope-dev] Zope Tests: 5 OK

2008-07-27 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sat Jul 26 11:00:00 2008 UTC to Sun Jul 27 11:00:00 2008 UTC. There were 5 messages: 5 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.8 Python-2.3.6 : Linux From: Zope Tests Date: Sat Jul 26 20:57:23 EDT 2008 URL:

[Zope-dev] Running the 3.4 KGS tests: 9 fail, 6 errors

2008-07-27 Thread Marius Gedminas
I finally discovered zope.release (and by discovered I mean Stephan Richter told me about it on IRC, again, but this time I had the time to take a look). It has a script that generates a buildout of all the KGS packages so you could run the tests on all of them: svn co

[Zope-dev] Re: Running the 3.4 KGS tests: 9 fail, 6 errors

2008-07-27 Thread Philipp von Weitershausen
Shane Hathaway wrote: Marius Gedminas wrote: I think I'll run the test suite again on a 64-bit Linux machine, for extra fun. And maybe do that for Python 2.4 as well. zope.proxy and related modules failed badly under 64 bit Python 2.5 until I fixed the C code on the trunk 2 weeks ago,

Re: [Zope-dev] Re: Running the 3.4 KGS tests: 9 fail, 6 errors

2008-07-27 Thread Shane Hathaway
Philipp von Weitershausen wrote: thanks for those fixes! I've just made the necessary backports and tagged the following releases: zope.proxy 3.4.2 zope.security 3.4.1 zope.security 3.5.2 zope.app.container 3.5.5 I see that the backporting and tagging was a fair amount of work! Thanks for