Re: [Zope-dev] ZTK Windows support

2010-09-12 Thread Adam Groszer
Hello, Actually, after checking with Jim, it seems that tests are passing for ZTK 1.0 (or 1.0 candidate), they fail for the trunk version on windows. -- Best regards,  Adam ___ Zope-Dev maillist - Zope-Dev@zope.org

[Zope-dev] Tests of zope.dottedname not actually run

2010-09-12 Thread Robin Lee
Hello, all. When I run the test through 'python setup.py test', it shows: $ python setup.py test running test running egg_info writing requirements to src/zope.dottedname.egg-info/requires.txt writing src/zope.dottedname.egg-info/PKG-INFO writing namespace_packages to

[Zope-dev] test_suite missed in setup.py in zope.conttenttype

2010-09-12 Thread Robin Lee
This is trivial. python-zope-contenttype-3.5.1-run-tests.patch Description: Binary data ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists -

Re: [Zope-dev] ZTK Windows support

2010-09-12 Thread Jim Fulton
On Sun, Sep 12, 2010 at 7:11 AM, Adam Groszer agroszer...@gmail.com wrote: Hello, Actually, after checking with Jim, it seems that tests are passing for ZTK 1.0 (or 1.0 candidate), they fail for the trunk version on windows. They pass for the trunk of ztk. They fail when running against a

[Zope-dev] Zope Tests: 36 OK, 18 Failed, 18 Unknown

2010-09-12 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sat Sep 11 12:00:00 2010 UTC to Sun Sep 12 12:00:00 2010 UTC. There were 72 messages: 6 from Zope Tests, 4 from buildbot at pov.lt, 41 from buildbot at winbot.zope.org, 8 from ccomb at free.fr, 4 from ct at gocept.com, 9 from jdriessen at

Re: [Zope-dev] ZTK Windows support

2010-09-12 Thread Adam Groszer
On Sun, Sep 12, 2010 at 1:45 PM, Jim Fulton j...@zope.com wrote: On Sun, Sep 12, 2010 at 7:11 AM, Adam Groszer agroszer...@gmail.com wrote: Hello, Actually, after checking with Jim, it seems that tests are passing for ZTK 1.0 (or 1.0 candidate), they fail for the trunk version on windows.

Re: [Zope-dev] ZTK Windows support

2010-09-12 Thread Hanno Schlichting
On Sun, Sep 12, 2010 at 2:00 PM, Adam Groszer agroszer...@gmail.com wrote: On Sun, Sep 12, 2010 at 1:45 PM, Jim Fulton j...@zope.com wrote: They pass for the trunk of ztk.  They fail when running against a ztk without versions locked. That is, they fail when run against the trunks of the

[Zope-dev] How can I make the tests of zope.sqlalchemy running?

2010-09-12 Thread Robin Lee
The output of a failed 'python setup.py test' is attached. $ python setup.py test running test running egg_info writing requirements to src/zope.sqlalchemy.egg-info/requires.txt writing src/zope.sqlalchemy.egg-info/PKG-INFO writing namespace_packages to

Re: [Zope-dev] How can I make the tests of zope.sqlalchemy running?

2010-09-12 Thread Laurence Rowe
Those tests are designed to be run with the zope testrunner. try: $ python booststrap.py $ bin/buildout $ bin/test Laurence On 12 September 2010 14:29, Robin Lee robinlee.s...@gmail.com wrote: The output of a failed 'python setup.py test' is attached.

Re: [Zope-dev] ZTK Windows support

2010-09-12 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hanno Schlichting wrote: On Sun, Sep 12, 2010 at 2:00 PM, Adam Groszer agroszer...@gmail.com wrote: On Sun, Sep 12, 2010 at 1:45 PM, Jim Fulton j...@zope.com wrote: They pass for the trunk of ztk. They fail when running against a ztk without

Re: [Zope-dev] Tests of zope.dottedname not actually run

2010-09-12 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robin Lee wrote: Hello, all. When I run the test through 'python setup.py test', it shows: $ python setup.py test running test running egg_info writing requirements to src/zope.dottedname.egg-info/requires.txt writing

Re: [Zope-dev] lxml dependency in Zope 2.12.10 KGS

2010-09-12 Thread Sidnei da Silva
On Fri, Sep 10, 2010 at 8:45 AM, Martin Aspeli optilude+li...@gmail.com wrote: Hi, The Zope 2.12.10 KGS at http://download.zope.org/Zope2/index/2.12.10/versions.cfg specifies  lxml = 2.2.6 There is no Python 2.6 Windows build for this egg, which means that this version cannot be installed

Re: [Zope-dev] ZTK Windows support

2010-09-12 Thread Roger
Hi Hanno Betreff: Re: [Zope-dev] ZTK Windows support On Sun, Sep 12, 2010 at 2:00 PM, Adam Groszer agroszer...@gmail.com wrote: On Sun, Sep 12, 2010 at 1:45 PM, Jim Fulton j...@zope.com wrote: They pass for the trunk of ztk.  They fail when running against a ztk without versions

Re: [Zope-dev] lxml dependency in Zope 2.12.10 KGS

2010-09-12 Thread Roger
Hi Sidnei Betreff: Re: [Zope-dev] lxml dependency in Zope 2.12.10 KGS [...] Eggs for lxml 2.2.8 have been uploaded for Python 2.6, 2.7 and 3.1, for 32 and 64 bits Windows. Enjoy. Thanks a lot! Regards Roger Ineichen ___ Zope-Dev maillist -

Re: [Zope-dev] Tests of zope.dottedname not actually run

2010-09-12 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robin Lee wrote: The test of zope.dottedname doesn't work without zope.testing. It shows: $ python setup.py test running test running egg_info writing requirements to src/zope.dottedname.egg-info/requires.txt writing