[Zope-Checkins] SVN: Zope/trunk/test.py Exclude a test whose requirements we can't satisfy.

2009-02-03 Thread Stefan H. Holek
Log message for revision 96050:
  Exclude a test whose requirements we can't satisfy.

Changed:
  U   Zope/trunk/test.py

-=-
Modified: Zope/trunk/test.py
===
--- Zope/trunk/test.py  2009-02-03 20:49:14 UTC (rev 96049)
+++ Zope/trunk/test.py  2009-02-03 22:39:48 UTC (rev 96050)
@@ -84,6 +84,10 @@
  '|'
  'zope[.]app'
  ')[.]']
+
+# The paste.txt doctest relies on zope.publisher being installed as egg
+defaults += ['-t', '!/zope/publisher.*/paste[.]txt']
+
 if ihome:
 ihome = os.path.abspath(ihome)
 defaults += ['--path', os.path.join(ihome, 'lib', 'python')]

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


Re: [Zope-dev] Zope 3.4.0 Released!

2009-02-03 Thread Lennart Regebro
On Mon, Feb 2, 2009 at 16:20, Stephan Richter
srich...@cosmos.phy.tufts.edu wrote:
 Nobody reacted to my E-mail when I asked for feedback. It was extra work and I
 tried to limit the scope of coding as much as possible. You don't want to
 know how much time I put into this release as it is.

I obviously didn't read it properly. :)
It's no panic, but yeah, I think automatic upgrades like that would be
a nice option. But it might be something that could be a part of the
buildout recipe. But admittedly it's really mostly only useful for
developers, wouldn't want production machines to upgrade without me
being explicit about it.

-- 
Lennart Regebro: Zope and Plone consulting.
http://www.colliberty.com/
+33 661 58 14 64
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Zope Tests: 6 OK, 2 Failed

2009-02-03 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Mon Feb  2 12:00:00 2009 UTC to Tue Feb  3 12:00:00 2009 UTC.
There were 8 messages: 8 from Zope Tests.


Test failures
-

Subject: FAILED (failures=7) : Zope-trunk Python-2.4.5 : Linux
From: Zope Tests
Date: Mon Feb  2 20:50:11 EST 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-February/011003.html

Subject: FAILED (failures=9) : Zope-trunk Python-2.5.4 : Linux
From: Zope Tests
Date: Mon Feb  2 20:51:41 EST 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-February/011004.html


Tests passed OK
---

Subject: OK : Zope-2.8 Python-2.3.7 : Linux
From: Zope Tests
Date: Mon Feb  2 20:44:08 EST 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-February/010999.html

Subject: OK : Zope-2.9 Python-2.4.5 : Linux
From: Zope Tests
Date: Mon Feb  2 20:45:40 EST 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-February/011000.html

Subject: OK : Zope-2.10 Python-2.4.5 : Linux
From: Zope Tests
Date: Mon Feb  2 20:47:10 EST 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-February/011001.html

Subject: OK : Zope-2.11 Python-2.4.5 : Linux
From: Zope Tests
Date: Mon Feb  2 20:48:40 EST 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-February/011002.html

Subject: OK : Zope[2.buildout]-trunk Python-2.4.5 : Linux
From: Zope Tests
Date: Mon Feb  2 20:53:12 EST 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-February/011005.html

Subject: OK : Zope[2.buildout]-trunk Python-2.5.4 : Linux
From: Zope Tests
Date: Mon Feb  2 20:54:44 EST 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-February/011006.html

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Retiring the Zope SVN trunk? was: Re: Zope Tests: 6 OK, 2 Failed

2009-02-03 Thread Hanno Schlichting
Zope Tests Summarizer wrote:
 Summary of messages to the zope-tests list.
 Period Mon Feb  2 12:00:00 2009 UTC to Tue Feb  3 12:00:00 2009 UTC.
 There were 8 messages: 8 from Zope Tests.
 
 Test failures
 -
 
 Subject: FAILED (failures=7) : Zope-trunk Python-2.4.5 : Linux
 From: Zope Tests
 Date: Mon Feb  2 20:50:11 EST 2009
 URL: http://mail.zope.org/pipermail/zope-tests/2009-February/011003.html
 
 Subject: FAILED (failures=9) : Zope-trunk Python-2.5.4 : Linux
 From: Zope Tests
 Date: Mon Feb  2 20:51:41 EST 2009
 URL: http://mail.zope.org/pipermail/zope-tests/2009-February/011004.html

It becomes somewhat hard and annoying to keep the old full Zope trunk
tree based on externals in sync with the Zope2 buildout and its KGS
definition and it seems I failed yesterday.

I'd suggest we reorganize the Zope trunk and replace it by the current
buildout. As part of that we can move the code that has been moved to
its own projects like Acquisition and DateTime out of the main tree.

I'd volunteer to do this work if nobody objects.

Stefan checked in a new alltests.cfg into the buildout, that lets him
run the tests for all direct dependencies of Zope2 in much the same way
as we did run all tests for the full package tree before. So we
shouldn't loose test coverage of the entire Zope2 release.

Hanno

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Retiring the Zope SVN trunk? was: Re: Zope Tests: 6 OK, 2 Failed

2009-02-03 Thread Lennart Regebro
On Tue, Feb 3, 2009 at 13:56, Hanno Schlichting hanno...@hannosch.eu wrote:
 It becomes somewhat hard and annoying to keep the old full Zope trunk
 tree based on externals in sync with the Zope2 buildout and its KGS
 definition and it seems I failed yesterday.

 I'd suggest we reorganize the Zope trunk and replace it by the current
 buildout. As part of that we can move the code that has been moved to
 its own projects like Acquisition and DateTime out of the main tree.

Would that mean that 2.12 becomes buildout-only? Not that I mind, I
use buildouts all the time anyway. Maybe that's the plan anyhow?

-- 
Lennart Regebro: Zope and Plone consulting.
http://www.colliberty.com/
+33 661 58 14 64
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zope3docs

2009-02-03 Thread Christophe Combelles
Christian Theune a écrit :
 On Mon, 2 Feb 2009 09:16:38 -0800
 Paul Carduner paulcardu...@gmail.com wrote:
 
 On Mon, Feb 2, 2009 at 8:49 AM, Christian Theune c...@gocept.com
 wrote:
 My short-term goal is to produce a document that I can pass to new
 developers with reasonable confidence that they know roughly how to
 move in our community.

 In the long term I'd also like to incorporate documentation about
 Zope 3 components themselve there.
 Awesome!

 I'd be happy to get feedback on this and I'll probably come up with
 some questions if I can't find an answer in the existing documents.
 I'll ask the question of why not put this on the new.zope.org website?
 
 .oO(Geez, we're bad at communicating internally ...)
 
 new.zope.org does not exist anymore. The project was cancelled a while
 ago. We can not use that layout.


there is not much design apart from the css, and a few illustrations. I've 
contributed some textual contents on this site, the folder arrangement, the 
get-started page, a few tutorials in the Example folder. You can retrieve 
everything and move it to the svn as rst files. I think we can keep the same 
kind of folder layout (Get Started, Projects with z2, z3 app, z3 library, zodb, 
etc.).
Since the new site is not intended to be a collaborative space, we really don't 
need a Plone for that. A Sphinx is ideal.

Christophe

 
 .oO(Hopefully the communication about this that ended up in my brain
 was correct)
 
 Nevertheless, you're right about the ease of writing ReST in my own
 editor.
 
 Christian
 

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Retiring the Zope SVN trunk? was: Re: Zope Tests: 6 OK, 2 Failed

2009-02-03 Thread Hanno Schlichting
Lennart Regebro wrote:
 On Tue, Feb 3, 2009 at 13:56, Hanno Schlichting hanno...@hannosch.eu wrote:
 It becomes somewhat hard and annoying to keep the old full Zope trunk
 tree based on externals in sync with the Zope2 buildout and its KGS
 definition and it seems I failed yesterday.

 I'd suggest we reorganize the Zope trunk and replace it by the current
 buildout. As part of that we can move the code that has been moved to
 its own projects like Acquisition and DateTime out of the main tree.
 
 Would that mean that 2.12 becomes buildout-only? Not that I mind, I
 use buildouts all the time anyway. Maybe that's the plan anyhow?

It would mean buildout becomes a requirement for the development of
Zope2 itself.

For the devlopment with or on top of Zope2 any system that can deal with
normal Python distributions would work. In addition the plan is to
release at least for Zope 2.12 an old-style tarball release in the same
way all releases up to 2.11 have been handled.

Hanno

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Retiring the Zope SVN trunk? was: Re: Zope Tests: 6 OK, 2 Failed

2009-02-03 Thread Stefan H. Holek
I don't think you faired that badly. ;-)

One obvious problem is the removal of the 'defaultSkin' directive,  
which is still in use by CMFDefault. The rest looks harmless.

I am not opposed to ditching the trunk, but I don't think keeping it  
in sync (if only for a transition period) is impossible either.

Stefan


On 03.02.2009, at 13:56, Hanno Schlichting wrote:

 It becomes somewhat hard and annoying to keep the old full Zope trunk
 tree based on externals in sync with the Zope2 buildout and its KGS
 definition and it seems I failed yesterday.

 I'd suggest we reorganize the Zope trunk and replace it by the current
 buildout. As part of that we can move the code that has been moved to
 its own projects like Acquisition and DateTime out of the main tree.

 I'd volunteer to do this work if nobody objects.

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Retiring the Zope SVN trunk? was: Re: Zope Tests: 6 OK, 2 Failed

2009-02-03 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 03.02.2009 13:56 Uhr, Hanno Schlichting wrote:
 Zope Tests Summarizer wrote:
 Summary of messages to the zope-tests list.
 Period Mon Feb  2 12:00:00 2009 UTC to Tue Feb  3 12:00:00 2009 UTC.
 There were 8 messages: 8 from Zope Tests.

 Test failures
 -

 Subject: FAILED (failures=7) : Zope-trunk Python-2.4.5 : Linux
 From: Zope Tests
 Date: Mon Feb  2 20:50:11 EST 2009
 URL: http://mail.zope.org/pipermail/zope-tests/2009-February/011003.html

 Subject: FAILED (failures=9) : Zope-trunk Python-2.5.4 : Linux
 From: Zope Tests
 Date: Mon Feb  2 20:51:41 EST 2009
 URL: http://mail.zope.org/pipermail/zope-tests/2009-February/011004.html
 
 It becomes somewhat hard and annoying to keep the old full Zope trunk
 tree based on externals in sync with the Zope2 buildout and its KGS
 definition and it seems I failed yesterday.
 
 I'd suggest we reorganize the Zope trunk and replace it by the current
 buildout. As part of that we can move the code that has been moved to
 its own projects like Acquisition and DateTime out of the main tree.
 
 I'd volunteer to do this work if nobody objects.

I am fine with giving up the current Zope 2 SVN branch. Keeping it in
sync with the Z3 packages is already hard enough - so a single source of
complexity is enough :)

 
 Stefan checked in a new alltests.cfg into the buildout, that lets him
 run the tests for all direct dependencies of Zope2 in much the same way
 as we did run all tests for the full package tree before. So we
 shouldn't loose test coverage of the entire Zope2 release.

Thanks Stefan!

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkmJN5YACgkQCJIWIbr9KYxyzgCgrM5NaCX0jzu+JZErUsTYbvHR
l6oAoKcAW8v9nPB6zvNDi+zc3JZ4/QpP
=paCm
-END PGP SIGNATURE-
begin:vcard
fn:Andreas Jung
n:Jung;Andreas
org:ZOPYX Ltd.  Co. KG
adr;quoted-printable:;;Charlottenstr. 37/1;T=C3=BCbingen;;72070;Germany
email;internet:i...@zopyx.com
title:CEO
tel;work:+49-7071-793376
tel;fax:+49-7071-7936840
tel;home:+49-7071-793257
x-mozilla-html:FALSE
url:www.zopyx.com
version:2.1
end:vcard

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Retiring the Zope SVN trunk? was: Re: Zope Tests: 6 OK, 2 Failed

2009-02-03 Thread Lennart Regebro
On Tue, Feb 3, 2009 at 19:44, Hanno Schlichting hanno...@hannosch.eu wrote:
 It would mean buildout becomes a requirement for the development of
 Zope2 itself.

Oh, +1 to that.

 For the devlopment with or on top of Zope2 any system that can deal with
 normal Python distributions would work. In addition the plan is to
 release at least for Zope 2.12 an old-style tarball release in the same
 way all releases up to 2.11 have been handled.

 Hanno

 ___
 Zope-Dev maillist  -  Zope-Dev@zope.org
 http://mail.zope.org/mailman/listinfo/zope-dev
 **  No cross posts or HTML encoding!  **
 (Related lists -
  http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope )




-- 
Lennart Regebro: Zope and Plone consulting.
http://www.colliberty.com/
+33 661 58 14 64
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope] ZopeProfiler and Kcachegrind, how to convert statistics files ?

2009-02-03 Thread Sebastien Douche
On Wed, Jan 28, 2009 at 16:56, Jean-Michel FRANCOIS
jeanmichel.franc...@makina-corpus.com wrote:
 Is someone has try to use ZopeProfiler with KCacheGrind ? I would like
 to try KCachegrind because i found xdot very slow.

 I have started to read the code of ZopeProfiler and i have discovered
 the world of profiling file format. It seems that ZopeProfiler save it's
 file in pstats format. So i need to convert those file to calltree
 format. But all scripts i have tryed has failed:

 * pyprof2calltree
 * lsprofcalltree.py
 * hotshot2calltree

 So am i on the wrong way ? Do i need to fix one of these script ? Are
 you using on of them ?

Maybe try this?
http://pypi.python.org/pypi/profilestats/1.0


-- 
Sebastien Douche sdou...@gmail.com
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] ZopeProfiler and Kcachegrind, how to convert statistics files ?

2009-02-03 Thread Jean-Michel FRANCOIS
Sebastien Douche a écrit :
 On Wed, Jan 28, 2009 at 16:56, Jean-Michel FRANCOIS
 jeanmichel.franc...@makina-corpus.com wrote:
   
 Is someone has try to use ZopeProfiler with KCacheGrind ? I would like
 to try KCachegrind because i found xdot very slow.

 I have started to read the code of ZopeProfiler and i have discovered
 the world of profiling file format. It seems that ZopeProfiler save it's
 file in pstats format. So i need to convert those file to calltree
 format. But all scripts i have tryed has failed:

 * pyprof2calltree
 * lsprofcalltree.py
 * hotshot2calltree

 So am i on the wrong way ? Do i need to fix one of these script ? Are
 you using on of them ?
 

 Maybe try this?
 http://pypi.python.org/pypi/profilestats/1.0


   
About those 10 lines of codes:
It use the 'with' keyword so it is not compatible with python2.4  Zope2.9
It use pyprof2calltree to convert stats to calltree (kcachegrind)
It less flexible than ZopeProfiler (no configuration, no way to save
multiple stats (filename is hardcoded))
You must modify the code (it s a decorator)

So it's not help me in this case but thanks for pointing me out this
decorator, it can help me for other use cases

JeanMichel FRANCOIS
Makina-Corpus
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] writing repozo messaging output to a file....

2009-02-03 Thread Stephan Richter
On Tuesday 03 February 2009, michael nt milne wrote:
 repozo -BvzQ -r /foo/backup -f /foo/Data.fs

repozo -BvzQ -r /foo/backup -f /foo/Data.fs  output.txt

Regards,
Stephan
-- 
Stephan Richter
Web Software Design, Development and Training
Google me. Zope Stephan Richter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] writing repozo messaging output to a file....

2009-02-03 Thread michael nt milne
Would anyone know how to modify the repozo command to log output messages to
a file?

I realise that the 'v' flat displays messaging, however we're using a tool
(VisualCron) which runs a series of commands and we are unable to view
python output when this tool executes python commands...

repozo -BvzQ -r /foo/backup -f /foo/Data.fs


michael
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] zsync for zope 3.4 on windows

2009-02-03 Thread Hoang-Vu PHUNG
Hi all,

I read somewhere there is a tool called zsync for zope 3.
I have installed zope 3.4 for python 2.5. My python 2.5 is in the folder 
c:\python2.5 and zope 3.4 was also installed in this folder (i believed because 
it automatically found the python2.5 installation directory and installed with 
asking). 

I do a search for zsync but can't find, please help me.
Thanks,
Rgds
Vu


  
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )