[Zope-dev] zope-tests - FAILED: 5, OK: 12

2013-04-20 Thread Zope tests summarizer
This is the summary for test reports received on the 
zope-tests list between 2013-04-19 00:00:00 UTC and 2013-04-20 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


[1]Still Failing - zopetoolkit_trunk - Build # 239
[2]Still Failing - zopetoolkit_trunk - Build # 243
   winbot / ZODB_dev py_265_win32
   winbot / ZODB_dev py_265_win64
   winbot / ZODB_dev py_270_win32
   winbot / ZODB_dev py_270_win64
[3]winbot / z3c.contents_py_265_32
[4]winbot / z3c.form_py_265_32
[5]winbot / zc.ngi_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

Non-OK results
--

[1]FAILED  Still Failing - zopetoolkit_trunk - Build # 239
   https://mail.zope.org/pipermail/zope-tests/2013-April/074027.html


[2]FAILED  Still Failing - zopetoolkit_trunk - Build # 243
   https://mail.zope.org/pipermail/zope-tests/2013-April/074030.html


[3]FAILED  winbot / z3c.contents_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-April/074028.html


[4]FAILED  winbot / z3c.form_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-April/074026.html


[5]FAILED  winbot / zc.ngi_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-April/074029.html


___
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] LocalFS import error

2013-04-20 Thread Babylakshmi
Hi,

I am getting the following error while starting zope:
Any help to fix this error is highly appreciated.
Thanks,
Babylakshmi

2013-04-19 16:30:32 ERROR Zope Could not import Products.LocalFS
Traceback (most recent call last):
  File /usr/local/zope/lib/python/OFS/Application.py, line 715, in
import_product
product=__import__(pname, global_dict, global_dict, silly)
  File /usr/local/zope/lib/python/Products/LocalFS/__init__.py, line 44, in ?
import os, LocalFS
  File /usr/local/zope/lib/python/Products/LocalFS/LocalFS.py, line 52, in ?
from OFS.content_types import find_binary
ImportError: cannot import name find_binary
Traceback (most recent call last):
  File /usr/local/zope/lib/python/Zope2/Startup/run.py, line 56, in ?
run()
  File /usr/local/zope/lib/python/Zope2/Startup/run.py, line 21, in run
starter.prepare()
  File /usr/local/zope/lib/python/Zope2/Startup/__init__.py, line 98, in
prepare
self.startZope()
  File /usr/local/zope/lib/python/Zope2/Startup/__init__.py, line 257, in
startZope
Zope2.startup()
  File /usr/local/zope/lib/python/Zope2/__init__.py, line 47, in startup
_startup()
  File /usr/local/zope/lib/python/Zope2/App/startup.py, line 46, in startup
OFS.Application.import_products()
  File /usr/local/zope/lib/python/OFS/Application.py, line 692, in
import_products
import_product(product_dir, product_name, raise_exc=debug_mode)
  File /usr/local/zope/lib/python/OFS/Application.py, line 730, in
import_product
raise sys.exc_info()
KeyError


___
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] LocalFS import error

2013-04-20 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 04/20/2013 02:38 PM, Babylakshmi wrote:
 Hi,
 
 I am getting the following error while starting zope: Any help to fix
 this error is highly appreciated. Thanks, Babylakshmi
 
 2013-04-19 16:30:32 ERROR Zope Could not import Products.LocalFS 
 Traceback (most recent call last): File
 /usr/local/zope/lib/python/OFS/Application.py, line 715, in 
 import_product product=__import__(pname, global_dict, global_dict,
 silly) File /usr/local/zope/lib/python/Products/LocalFS/__init__.py,
 line 44, in ? import os, LocalFS File
 /usr/local/zope/lib/python/Products/LocalFS/LocalFS.py, line 52, in
 ? from OFS.content_types import find_binary ImportError: cannot import
 name find_binary Traceback (most recent call last): File
 /usr/local/zope/lib/python/Zope2/Startup/run.py, line 56, in ? 
 run() File /usr/local/zope/lib/python/Zope2/Startup/run.py, line 21,
 in run starter.prepare() File
 /usr/local/zope/lib/python/Zope2/Startup/__init__.py, line 98, in 
 prepare self.startZope() File
 /usr/local/zope/lib/python/Zope2/Startup/__init__.py, line 257, in 
 startZope Zope2.startup() File
 /usr/local/zope/lib/python/Zope2/__init__.py, line 47, in startup 
 _startup() File /usr/local/zope/lib/python/Zope2/App/startup.py,
 line 46, in startup OFS.Application.import_products() File
 /usr/local/zope/lib/python/OFS/Application.py, line 692, in 
 import_products import_product(product_dir, product_name,
 raise_exc=debug_mode) File
 /usr/local/zope/lib/python/OFS/Application.py, line 730, in 
 import_product raise sys.exc_info() KeyError

Likely the version you have for LocalFS is not compatible with the
version of Zope.   See:

 http://www.joonis.de/content/LocalFSForZope213


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

iEYEARECAAYFAlFy/XEACgkQ+gerLs4ltQ4MAACgnfiWC9DceQgmXgH0tMeeVleP
aP0AoIyOe3H1SybpTnDR7qnL0KDh6JRK
=DjgW
-END PGP SIGNATURE-

___
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 -

2013-04-20 Thread CMF tests summarizer
This is the summary for test reports received on the 
cmf-tests list between 2013-04-19 00:00:00 UTC and 2013-04-20 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



Non-OK results
--

___
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