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

2013-01-16 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 01/15/2013 08:00 PM, Zope tests summarizer wrote:

 [1]FAILED  Still Failing - zopetoolkit_trunk - Build # 141 
 https://mail.zope.org/pipermail/zope-tests/2013-January/071443.html
 
 
 [2]FAILED  Still Failing - zopetoolkit_trunk_app - Build # 124 
 https://mail.zope.org/pipermail/zope-tests/2013-January/071442.html

These are both failing due to timeouts against svn.zope.org.


 [3]FAILED  winbot / z3c.ptcompat_py_265_32 
 https://mail.zope.org/pipermail/zope-tests/2013-January/071440.html

Same error related to the recent zope.pagetemplates changes.


 [4]FAILED  winbot / z3c.recipe.paster_py_265_32 
 https://mail.zope.org/pipermail/zope-tests/2013-January/071463.html

Same arror with mabe a stale (non-PyPI) index?


 [5]FAILED  winbot / zope.catalog_py_265_32 
 https://mail.zope.org/pipermail/zope-tests/2013-January/071441.html


No information in the failed test output at all



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/

iEYEARECAAYFAlD2560ACgkQ+gerLs4ltQ7m6wCeIVl0UOrGQXIgkbPGjiBu8CjJ
fMIAoJmt903KsXsoU7+b8Yh8eZodB9Yu
=UlVF
-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: 4, OK: 19

2013-01-16 Thread Zope tests summarizer
This is the summary for test reports received on the 
zope-tests list between 2013-01-15 00:00:00 UTC and 2013-01-16 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 # 142
[2]Still Failing - zopetoolkit_trunk_app - Build # 125
   Zope-2.10 Python-2.4.6 : Linux
   Zope-2.11 Python-2.4.6 : Linux
   Zope-2.12 Python-2.6.8 : Linux
   Zope-2.13 Python-2.6.8 : Linux
   Zope-2.13 Python-2.7.3 : Linux
   Zope-trunk Python-2.6.8 : Linux
   Zope-trunk Python-2.7.3 : 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
[3]winbot / z3c.ptcompat_py_265_32
[4]winbot / z3c.recipe.paster_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 # 142
   https://mail.zope.org/pipermail/zope-tests/2013-January/071466.html


[2]FAILED  Still Failing - zopetoolkit_trunk_app - Build # 125
   https://mail.zope.org/pipermail/zope-tests/2013-January/071465.html


[3]FAILED  winbot / z3c.ptcompat_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-January/071464.html


[4]FAILED  winbot / z3c.recipe.paster_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-January/071486.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] SQL and Python Products

2013-01-16 Thread Luiz Pasqual
Hi,

We are trying to migrate a very old application on Zope 2.9, first we
thought to migrate to Python Products and then upgrade Zope.

We don't know what's the best way to deal with SQL querys in Python
products. He is some options we are evaluating:

- SQLAlchemy, leaving behind ZSQLMethods e Zope DA's
- Psycopg
- Python code access a Zope DA inside Zope

So, what you guys think?

Thanks.

-- 
Luiz Fernando Pasqual S. Souza
mail: l...@pasquall.com
___
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] SQL and Python Products

2013-01-16 Thread Niels Dettenbach
Am Mittwoch, 16. Januar 2013, 16:34:01 schrieb Luiz Pasqual:
 We are trying to migrate a very old application on Zope 2.9, first we
 thought to migrate to Python Products and then upgrade Zope.
 
 We don't know what's the best way to deal with SQL querys in Python
 products. He is some options we are evaluating:
 
 - SQLAlchemy, leaving behind ZSQLMethods e Zope DA's
 - Psycopg
 - Python code access a Zope DA inside Zope
 
 So, what you guys think?

I mainly use MySQL with Zope with the ZMySQL Database Adapter... Not shure if 
that something you're looking for.

hth
best regards,


Niels.

-- 
 ---
 Niels Dettenbach
 Syndicat IT  Internet
 http://www.syndicat.com
 PGP: https://syndicat.com/pub_key.asc
 ---
 





signature.asc
Description: This is a digitally signed message part.
___
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] SQL and Python Products

2013-01-16 Thread robert rottermann

Hi Luiz,
use  sqlalchemy together with z3c.saconfig.
Powerfull, flexible, easy to use ..

And in martin aspelis book is a chapter how to use them ..

robert

On 01/16/2013 07:34 PM, Luiz Pasqual wrote:

Hi,

We are trying to migrate a very old application on Zope 2.9, first we 
thought to migrate to Python Products and then upgrade Zope.


We don't know what's the best way to deal with SQL querys in Python 
products. He is some options we are evaluating:


- SQLAlchemy, leaving behind ZSQLMethods e Zope DA's
- Psycopg
- Python code access a Zope DA inside Zope

So, what you guys think?

Thanks.

--
Luiz Fernando Pasqual S. Souza
mail: l...@pasquall.com mailto:l...@pasquall.com


___
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 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: 5, UNKNOWN: 3

2013-01-16 Thread CMF tests summarizer
This is the summary for test reports received on the 
cmf-tests list between 2013-01-15 00:00:00 UTC and 2013-01-16 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.3 Zope-2.13 Python-2.6.8 : Linux
   CMF-2.3 Zope-trunk Python-2.6.8 : Linux
   CMF-trunk Zope-2.13 Python-2.6.8 : Linux
   CMF-trunk Zope-2.13 Python-2.7.3 : Linux
   CMF-trunk Zope-trunk Python-2.6.8 : Linux
[1]UNKNOWN : CMF-2.2 Zope-2.12 Python-2.6.8 : Linux
[2]UNKNOWN : CMF-2.2 Zope-2.13 Python-2.6.8 : Linux
[3]UNKNOWN : CMF-trunk Zope-trunk Python-2.7.3 : Linux

Non-OK results
--

[1]UNKNOWN UNKNOWN : CMF-2.2 Zope-2.12 Python-2.6.8 : Linux
   https://mail.zope.org/pipermail/cmf-tests/2013-January/017722.html


[2]UNKNOWN UNKNOWN : CMF-2.2 Zope-2.13 Python-2.6.8 : Linux
   https://mail.zope.org/pipermail/cmf-tests/2013-January/017723.html


[3]UNKNOWN UNKNOWN : CMF-trunk Zope-trunk Python-2.7.3 : Linux
   https://mail.zope.org/pipermail/cmf-tests/2013-January/017729.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