Re: [Zope-dev] zope.testing broken!

2009-05-01 Thread Adam GROSZER
Hallo Roger,

Buildout was plagued also by this, solution is easy
see svn://svn.zope.org/repos/main/zc.buildout/trunk
r98303


Saturday, May 2, 2009, 1:12:39 AM, you wrote:

RI> Hi all

RI> The latest zope.testing is broken on windows.
RI> It uses subprocess with a not supported argument
RI> on windows (close_fds).

RI> Traceback (most recent call last):
RI>   File "C:\Python25\lib\threading.py", line 486, in __bootstrap_inner
RI> self.run()
RI>   File "C:\Python25\lib\threading.py", line 446, in run
RI> self.__target(*self.__args, **self.__kwargs)
RI>   File
RI> "d:\home\.buildout\eggs\zope.testing-3.7.4-py2.5.egg\zope\testing\testrunner
RI> \runner.py", line 406, in spawn_layer_in_subprocess
RI> stdout=subprocess.PIPE, stderr=subprocess.PIPE, close_fds=True)
RI>   File "C:\Python25\lib\subprocess.py", line 552, in __init__
RI> raise ValueError("close_fds is not supported on Windows "
RI> ValueError: close_fds is not supported on Windows platforms

RI> Regards
RI> Roger Ineichen
RI> _
RI> END OF MESSAGE

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


-- 
Best regards,
 Adam GROSZERmailto:agros...@gmail.com
--
Quote of the day:
Confusing yourself is a way to stay honest

___
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] Proposal: set __parent__ and __name__ in Zope 2.12 OFS

2009-05-01 Thread Chris Withers
Jens Vagelpohl wrote:
> Chris, don't let personal grudges get in the way of planning decisions  
> like this ;-)

Hey! Don't you go all good cop on me :-P

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
___
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.testing broken!

2009-05-01 Thread Roger Ineichen
Hi all

The latest zope.testing is broken on windows.
It uses subprocess with a not supported argument
on windows (close_fds).

Traceback (most recent call last):
  File "C:\Python25\lib\threading.py", line 486, in __bootstrap_inner
self.run()
  File "C:\Python25\lib\threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
  File
"d:\home\.buildout\eggs\zope.testing-3.7.4-py2.5.egg\zope\testing\testrunner
\runner.py", line 406, in spawn_layer_in_subprocess
stdout=subprocess.PIPE, stderr=subprocess.PIPE, close_fds=True)
  File "C:\Python25\lib\subprocess.py", line 552, in __init__
raise ValueError("close_fds is not supported on Windows "
ValueError: close_fds is not supported on Windows platforms

Regards
Roger Ineichen
_
END OF MESSAGE

___
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] Proposal: set __parent__ and __name__ in Zope 2.12 OFS

2009-05-01 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On May 1, 2009, at 17:47 , Andreas Jung wrote:

> On 01.05.2009 17:33 Uhr, Chris Withers wrote:
>> Andreas Jung wrote:
>>> We would have to maintain four different major release of Zope:
>>> 2.10, 2.11, 2.12 and 2.13.
>>
>> Why? I suspect most of this work is caused by plohn.
>> If you're speaking as a member of that community, then fine, but
>> that's not really a Zope issue.
>
> I am speaking for myself wearing lots of different hats. Plone is part
> of the
> Zope eco-system and we have to take their needs and requirements into
> account.

I would make that "one of the most important parts" of the Zope eco  
system. Without Plone, I suspect the Zope community as a whole would  
be a lot smaller, and certainly less colorful.

Chris, don't let personal grudges get in the way of planning decisions  
like this ;-)

jens



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)

iEYEARECAAYFAkn7J5kACgkQRAx5nvEhZLJ5kACgkAPSHtYByr+VBtKT4/o7hVxc
+8cAnA1guu8cpVL/7x3jLmAU4PKZWRrJ
=nait
-END PGP SIGNATURE-
___
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] Proposal: set __parent__ and __name__ in Zope 2.12 OFS

2009-05-01 Thread Andreas Jung
On 01.05.2009 17:33 Uhr, Chris Withers wrote:
> Andreas Jung wrote:
>> We would have to maintain four different major release of Zope:
>> 2.10, 2.11, 2.12 and 2.13. 
>
> Why? I suspect most of this work is caused by plohn.
> If you're speaking as a member of that community, then fine, but
> that's not really a Zope issue.

I am speaking for myself wearing lots of different hats. Plone is part
of the
Zope eco-system and we have to take their needs and requirements into
account.

Andreas

-- 
ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany
Web: www.zopyx.com - Email: i...@zopyx.com - Phone +49 - 7071 - 793376
Registergericht: Amtsgericht Stuttgart, Handelsregister A 381535
Geschäftsführer/Gesellschafter: ZOPYX Limited, Birmingham, UK

E-Publishing, Python, Zope & Plone development, Consulting


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] Proposal: set __parent__ and __name__ in Zope 2.12 OFS

2009-05-01 Thread Martin Aspeli
Chris Withers wrote:
> plohn.

___
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] Proposal: set __parent__ and __name__ in Zope 2.12 OFS

2009-05-01 Thread Chris Withers
Hanno Schlichting wrote:
> Going back to the 3.4 stable set and being stuck at Python 2.4 would be
> quite disappointing for me.

Me too, especially as I now have a Zope 2.12 project that's using lots 
of interesting Python 2.5'isms ;-)

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
___
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] Proposal: set __parent__ and __name__ in Zope 2.12 OFS

2009-05-01 Thread Chris Withers
Andreas Jung wrote:
> We would have to maintain four different major release of Zope:
> 2.10, 2.11, 2.12 and 2.13. 

Why? I suspect most of this work is caused by plohn.
If you're speaking as a member of that community, then fine, but that's 
not really a Zope issue.
For me, I'd happilly just see Zope 2.12 supported and let earlier 
versions only be supported/released when funded by any user or community 
that needs them or wants to do the work...

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
___
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] Zope 2.12 from buildout with no funky recipes: success!

2009-05-01 Thread Chris Withers
Martin Aspeli wrote:
> Your buildout is missing the [test] part. 

Indeed, it's not supposed to be in the instance buildout, I was just 
doing some testing ;-)

> I also had to create the log and var directories.

Yep, I'd imagine a downloadable "skeleton" for the instance which 
included the folders and the buildout.

I even have dreams of writing a package that will take an empty skeleton 
and turn it into a single .py file that when run with create an 
"instance home" with a buildout .cfg in it, the .conf files, and the 
right folders to "just work" once bin/buildout has been run.

I'll let you know if I ever make progress on that ;-)

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
___
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: 8 OK

2009-05-01 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Thu Apr 30 12:00:00 2009 UTC to Fri May  1 12:00:00 2009 UTC.
There were 8 messages: 8 from Zope Tests.


Tests passed OK
---

Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Thu Apr 30 20:45:18 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-April/011595.html

Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Thu Apr 30 20:47:21 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-April/011596.html

Subject: OK : Zope-trunk Python-2.4.6 : Linux
From: Zope Tests
Date: Thu Apr 30 20:49:27 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-April/011597.html

Subject: OK : Zope-trunk Python-2.5.4 : Linux
From: Zope Tests
Date: Thu Apr 30 20:51:27 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-April/011598.html

Subject: OK : Zope-trunk Python-2.6.1 : Linux
From: Zope Tests
Date: Thu Apr 30 20:53:27 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-April/011599.html

Subject: OK : Zope-trunk-alltests Python-2.4.6 : Linux
From: Zope Tests
Date: Thu Apr 30 20:55:27 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-April/011600.html

Subject: OK : Zope-trunk-alltests Python-2.5.4 : Linux
From: Zope Tests
Date: Thu Apr 30 20:57:27 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-April/011601.html

Subject: OK : Zope-trunk-alltests Python-2.6.1 : Linux
From: Zope Tests
Date: Thu Apr 30 20:59:28 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-April/011602.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 )