[Zope-Checkins] SVN: Zope/trunk/ remove elementtree version again, we fixed the ZTK trunk to not requite it

2012-02-10 Thread Hanno Schlichting
Log message for revision 124363:
  remove elementtree version again, we fixed the ZTK trunk to not requite it
  

Changed:
  U   Zope/trunk/buildout.cfg
  U   Zope/trunk/versions.cfg

-=-
Modified: Zope/trunk/buildout.cfg
===
--- Zope/trunk/buildout.cfg 2012-02-10 14:55:50 UTC (rev 124362)
+++ Zope/trunk/buildout.cfg 2012-02-10 14:56:42 UTC (rev 124363)
@@ -5,7 +5,6 @@
 *.python.org
 *.zope.org
 argparse.googlecode.com
-effbot.org
 
 allow-picked-versions = false
 always-accept-server-certificate = true

Modified: Zope/trunk/versions.cfg
===
--- Zope/trunk/versions.cfg 2012-02-10 14:55:50 UTC (rev 124362)
+++ Zope/trunk/versions.cfg 2012-02-10 14:56:42 UTC (rev 124363)
@@ -41,4 +41,3 @@
 repoze.tm2 = 1.0b1
 repoze.who = 2.0
 zope.testbrowser = 3.11.1
-elementtree = 1.2.6-20050316

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


[Zope-dev] [zc.buildout] AttributeError: 'NoneType' object has no attribute 'location'

2012-02-10 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I have a Plone 4.2 buildout where I upgraded the zc.buildout version
from 1.4.2 to 1.5.2 for the integration with Jenkins.

Since the upgrade I receive the following error while running buildout.

Bug or feature?

Andreas


Upgraded:
  zc.buildout version 1.5.2;
restarting.
Traceback (most recent call last):
  File bin/buildout, line 17, in module
import zc.buildout.buildout
  File
/opt/python/2.6.4/lib/python2.6/site-packages/zc.buildout-1.5.2-py2.6.egg/zc/buildout/buildout.py,
line 39, in module
import zc.buildout.download
  File
/opt/python/2.6.4/lib/python2.6/site-packages/zc.buildout-1.5.2-py2.6.egg/zc/buildout/download.py,
line 20, in module
from zc.buildout.easy_install import realpath
  File
/opt/python/2.6.4/lib/python2.6/site-packages/zc.buildout-1.5.2-py2.6.egg/zc/buildout/easy_install.py,
line 81, in module
pkg_resources.Requirement.parse('zc.buildout')).location
AttributeError: 'NoneType' object has no attribute 'location'
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJPNPiiAAoJEADcfz7u4AZjztkLviz6SHNDpl36zh5rmFoxKdzQ
PtMwHDXAR0gU/NrqqX0199graUMyJGxMCL4QIzc14zZzX90a73eJYFFK2uYecmj7
pusmNaffqmIam1ywvFGsBa4ad551/vxtfcIGfrgKD7X9w3pJ1ZEhyf5K5pAyCOKj
pVM8Wc9+/RZhXVVrCJb9tsJf61t2JyS5eY509K/l/Ebs0Vsk/p9a/FLH6S6zDBTZ
/QK/7lcQ5mlOlIpL1G0ltnmCeudR103mjndPGQyV2QHe07qWdthS4CT306tjZIE9
+sPql9bUE4pI3TyLyZxOuq6twbL2HqBTp9FUvjmhSzKrR+z3CyqKiP6F8u5h5b0U
FlxGLbpjnDtxlYWIWek2j5E4NpAktmWTxy5MFIb5RTdC78kk6IwFANLoAMbts/AF
GlQulMCn5BSSfOeW0eae536LbqVEUn4DZ9+mD5zlfXDJvK+X7FDIJCBBmiMVALaq
oE+E9fH4PU8p4grb0ys1l9WTSzfQKP8=
=1tCa
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] [Checkins] SVN: Zope/trunk/versions.cfg Make 'elementtree' version explicit.

2012-02-10 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 02/10/2012 02:51 AM, Michael Howitz wrote:
 Am 09.02.2012 um 17:44 schrieb Tres Seaver:
 Log message for revision 124344: Make 'elementtree' version
 explicit.
 
 Changed: U   Zope/trunk/versions.cfg
 
 -=- Modified: Zope/trunk/versions.cfg 
 === 
 --- Zope/trunk/versions.cfg  2012-02-09 15:08:30 UTC (rev 124343) +++
 Zope/trunk/versions.cfg  2012-02-09 16:44:49 UTC (rev 124344) @@
 -41,3 +41,4 @@ repoze.tm2 = 1.0b1 repoze.who = 2.0 zope.testbrowser
 = 3.11.1 +elementtree = 1.2.6-20050316
 
 
 The version pin for elementtree is only needed because of a bug
 introduced in mr.developer 1.19, see [1]. (ZTK was recently updated to
 this version.) It was fixed but there is no newer release which
 contains the fix. I asked the maintainer for a new release. Meanwhile
 I'd suggest to downgrade to version 1.18.
 
 Any objections?

Nope.  I didn't want the dependency, but needed a buildout to work and
didn't take time to diagnose the root cause.


Tres.
- -- 
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk81KAYACgkQ+gerLs4ltQ451ACgyz7kpE4FGm1eL9ujbTLQKQiJ
JnEAmwVe11GN9a4R1KxZI2nANRHI/8DX
=YyC0
-END PGP SIGNATURE-
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zope-tests - FAILED: 9, OK: 86, UNKNOWN: 2

2012-02-10 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 02/09/2012 08:00 PM, Zope tests summarizer wrote:
 
 [1]UNKNOWN UNKNOWN : Zope-trunk Python-2.6.6 : Linux 
 https://mail.zope.org/pipermail/zope-tests/2012-February/057833.html


buildout failed due to unpinned dependency on elementtree (via
mr.developer)::

 While: Installing. Loading extensions. Getting distribution for
 'elementtree'. Error: Picked: elementtree = 1.2.6-20050316




 [2]UNKNOWN UNKNOWN : Zope-trunk-alltests Python-2.6.6 : Linux 
 https://mail.zope.org/pipermail/zope-tests/2012-February/057834.html


Ditto.


 [3]FAILED  Zope Buildbot / zope2.14-py2.6 slave-ubuntu32 
 https://mail.zope.org/pipermail/zope-tests/2012-February/057800.html


Ditto.


 [4]FAILED  Zope Buildbot / zope2.14-py2.6 slave-ubuntu64 
 https://mail.zope.org/pipermail/zope-tests/2012-February/057793.html


Ditto.


 [5]FAILED  Zope Buildbot / zope2.14-py2.7 slave-ubuntu32 
 https://mail.zope.org/pipermail/zope-tests/2012-February/057801.html


Ditto.


 [6]FAILED  Zope Buildbot / zope2.14-py2.7 slave-ubuntu64 
 https://mail.zope.org/pipermail/zope-tests/2012-February/057794.html


Ditto.


 [7]FAILED  Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu32 
 https://mail.zope.org/pipermail/zope-tests/2012-February/057814.html


Delenda est.


 [8]FAILED  Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu64 
 https://mail.zope.org/pipermail/zope-tests/2012-February/057810.html


Delenda est.


 [9]FAILED  winbot / zope.testrunner_py_265_32 
 https://mail.zope.org/pipermail/zope-tests/2012-February/057805.html


This is the subunit test failure due to a BBB foul in the 'testtools'
dependency.  I reported it to the maintainer:

 https://bugs.launchpad.net/bugs/929063

I expect a new version shortly.


 [10]   FAILED  winbot / ztk_dev py_265_win32 
 https://mail.zope.org/pipermail/zope-tests/2012-February/057865.html


buildout failed due to an unpinned dependecy on 'ordereddict'::

 While: Installing test-ztk. Getting distribution for 'ordereddict'. 
 Error: Picked: ordereddict = 1.1


 [11]   FAILED  winbot / ztk_dev py_265_win64 
 https://mail.zope.org/pipermail/zope-tests/2012-February/057866.html


Ditto.



Tres.
- -- 
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk81RNQACgkQ+gerLs4ltQ4QCQCaA/k6mKIBpLH0EZv5r1IJC9GW
9tAAoJ5NCBjZ6gtKJGMJ11CutH7PLw2X
=tmr2
-END PGP SIGNATURE-

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


[Zope-dev] zope-tests - FAILED: 6, OK: 67, UNKNOWN: 3

2012-02-10 Thread Zope tests summarizer
This is the summary for test reports received on the 
zope-tests list between 2012-02-09 00:00:00 UTC and 2012-02-10 00:00:00 UTC:

See the footnotes for test reports of unsuccessful builds.

An up-to date view of the builders is also available in our 
buildbot documentation: 
http://docs.zope.org/zopetoolkit/process/buildbots.html#the-nightly-builds

Reports received


   Bluebream / Python2.5.5 64bit linux
   Bluebream / Python2.6.7 64bit linux
   Bluebream / Python2.7.2 64bit linux
[1]UNKNOWN : Zope-2.10 Python-2.4.6 : Linux
[2]UNKNOWN : Zope-2.11 Python-2.4.6 : Linux
[3]UNKNOWN : Zope-trunk-alltests Python-2.6.6 : Linux
   ZTK 1.0 / Python2.4.6 Linux 64bit
   ZTK 1.0 / Python2.5.5 Linux 64bit
   ZTK 1.0 / Python2.6.7 Linux 64bit
   ZTK 1.0dev / Python2.4.6 Linux 64bit
   ZTK 1.0dev / Python2.5.5 Linux 64bit
   ZTK 1.0dev / Python2.6.7 Linux 64bit
   ZTK 1.1 / Python2.5.5 Linux 64bit
   ZTK 1.1 / Python2.6.7 Linux 64bit
   ZTK 1.1 / Python2.7.2 Linux 64bit
   Zope 3.4 KGS / Python2.4.6 64bit linux
   Zope 3.4 KGS / Python2.5.5 64bit linux
   Zope 3.4 Known Good Set / py2.4-32bit-linux
   Zope 3.4 Known Good Set / py2.4-64bit-linux
   Zope 3.4 Known Good Set / py2.5-32bit-linux
   Zope 3.4 Known Good Set / py2.5-64bit-linux
   Zope Buildbot / zope2.12-py2.6 slave-ubuntu32
   Zope Buildbot / zope2.12-py2.6 slave-ubuntu64
   Zope Buildbot / zope2.13-py2.6 slave-ubuntu32
   Zope Buildbot / zope2.13-py2.6 slave-ubuntu64
   Zope Buildbot / zope2.13-py2.7 slave-ubuntu32
   Zope Buildbot / zope2.13-py2.7 slave-ubuntu64
   Zope Buildbot / zope2.14-py2.6 slave-ubuntu32
   Zope Buildbot / zope2.14-py2.6 slave-ubuntu32
   Zope Buildbot / zope2.14-py2.6 slave-ubuntu64
   Zope Buildbot / zope2.14-py2.6 slave-ubuntu64
   Zope Buildbot / zope2.14-py2.7 slave-ubuntu32
   Zope Buildbot / zope2.14-py2.7 slave-ubuntu32
   Zope Buildbot / zope2.14-py2.7 slave-ubuntu64
   Zope Buildbot / zope2.14-py2.7 slave-ubuntu64
   Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu32
   Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu64
   Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu32
   Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu64
   Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu32
   Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu64
   Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu32
   Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu64
   Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu32
   Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu64
[4]Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu32
[5]Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu32
[6]Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu64
[7]Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu64
   Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu32
   Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu32
   Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu64
   Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu64
   Zope-2.12 Python-2.6.6 : Linux
   Zope-2.12-alltests Python-2.6.6 : Linux
   Zope-2.13 Python-2.6.6 : Linux
   Zope-2.13-alltests Python-2.6.6 : Linux
   Zope-trunk Python-2.6.6 : Linux
   winbot / ZODB_dev py_265_win32
   winbot / ZODB_dev py_265_win64
   winbot / ZODB_dev py_270_win32
   winbot / ZODB_dev py_270_win64
[8]winbot / zc.ngi_py_265_32
[9]winbot / zope.testrunner_py_265_32
   winbot / ztk_10 py_254_win32
   winbot / ztk_10 py_265_win32
   winbot / ztk_10 py_265_win64
   winbot / ztk_11 py_254_win32
   winbot / ztk_11 py_265_win32
   winbot / ztk_11 py_265_win64
   winbot / ztk_11 py_270_win32
   winbot / ztk_11 py_270_win64
   winbot / ztk_dev py_265_win32
   winbot / ztk_dev py_265_win64
   winbot / ztk_dev py_270_win32
   winbot / ztk_dev py_270_win64

Non-OK results
--

[1]UNKNOWN UNKNOWN : Zope-2.10 Python-2.4.6 : Linux
   https://mail.zope.org/pipermail/zope-tests/2012-February/057925.html


[2]UNKNOWN UNKNOWN : Zope-2.11 Python-2.4.6 : Linux
   https://mail.zope.org/pipermail/zope-tests/2012-February/057926.html


[3]UNKNOWN UNKNOWN : Zope-trunk-alltests Python-2.6.6 : Linux
   https://mail.zope.org/pipermail/zope-tests/2012-February/057932.html


[4]FAILED  Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu32
   https://mail.zope.org/pipermail/zope-tests/2012-February/057940.html


[5]FAILED  Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu32
   https://mail.zope.org/pipermail/zope-tests/2012-February/057912.html


[6]FAILED  Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu64
   https://mail.zope.org/pipermail/zope-tests/2012-February/057939.html


[7]FAILED  Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu64
   

Re: [Zope] charset problems (utf-8)

2012-02-10 Thread Hugo Ramos
Hi Miguel,

Yes, as I wrote in my first email, all encoding options in zope.conf
are set to utf-8...



On Thu, Feb 9, 2012 at 9:13 PM, Miguel Beltran R. yourpa...@gmail.com wrote:


 2012/2/6 Hugo Ramos ram...@gmail.com



 But this doesn't seem to be the problem because templates encoded as
 utf-8 or iso-8859-1 all have the same problem.

 Any more ideas?


 are you played witth default-zpublisher-encoding option in zope.conf?

 
 Lo bueno de vivir un dia mas
 es saber que nos queda un dia menos de vida



-- 
Hugo Ramos - IT Project Manager
E: ram...@gmail.com
W: www.hugoramos.eu

Nobody expects the Spanish Inquisition! - Monty Python's

Para visualizar este email em 3D, bata com uma bola de snooker na
testa e fixe o ecrã durante 5 minutos a uma distância de 20cm.
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] CookieCrumbler, any new versions or replacement?

2012-02-10 Thread Chris Withers

On 03/02/2012 19:20, Tres Seaver wrote:

What is the main advantage of PAS over cookie crumbler over SSL out
of interest?


It's even more complicated and maintained just as little ;-)


I'll grant the complicated, as PAS is a framework which makes pretty much
evey part of the authentication process pluggable.  However, the most
recent release of PAS was four days ago, which hardly makes for
unmaintained.


I'm still all about Products.SimpleUserFolder coupled with 
CookieCrumbler, never had any bug reports ;-)


Chris

--
Simplistix - Content Management, Batch Processing  Python Consulting
- http://www.simplistix.co.uk
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope-dev )


[Zope-CMF] cmf-tests - OK: 3, UNKNOWN: 1

2012-02-10 Thread CMF tests summarizer
This is the summary for test reports received on the 
cmf-tests list between 2012-02-09 00:00:00 UTC and 2012-02-10 00:00:00 UTC:

See the footnotes for test reports of unsuccessful builds.

An up-to date view of the builders is also available in our 
buildbot documentation: 
http://docs.zope.org/zopetoolkit/process/buildbots.html#the-nightly-builds

Reports received


   CMF-2.2 Zope-2.12 Python-2.6.6 : Linux
   CMF-2.2 Zope-2.13 Python-2.6.6 : Linux
   CMF-trunk Zope-2.13 Python-2.6.6 : Linux
[1]UNKNOWN : CMF-trunk Zope-trunk Python-2.6.6 : Linux

Non-OK results
--

[1]UNKNOWN UNKNOWN : CMF-trunk Zope-trunk Python-2.6.6 : Linux
   https://mail.zope.org/pipermail/cmf-tests/2012-February/015837.html


___
Zope-CMF maillist  -  Zope-CMF@zope.org
https://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests