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

2009-05-02 Thread Adam GROSZER
Hello Benji,

seems like that solved it, but still some errors:
http://pastebin.com/f51ec5c43
(mostly crlf problems)

Saturday, May 2, 2009, 5:58:36 PM, you wrote:

BY> 2009/5/2 Adam GROSZER :
>> Buildout was plagued also by this, solution is easy
>> see svn://svn.zope.org/repos/main/zc.buildout/trunk
>> r98303

BY> I've made an annalogous change to the trunk of zope.testing, but I don't
BY> have a Windows box to test this on.  It would be great if someone can
BY> confirm the fix.


-- 
Best regards,
 Adam GROSZERmailto:agros...@gmail.com
--
Quote of the day:
Socrates, being asked what countryman he was, answered, "I am a citizen of the 
whole world." But ask a Christian what countryman he is, and he will answer, "A 
citizen of heaven." 
- William Secker 

___
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.testing broken!

2009-05-02 Thread Benji York
2009/5/2 Adam GROSZER :
> Buildout was plagued also by this, solution is easy
> see svn://svn.zope.org/repos/main/zc.buildout/trunk
> r98303

I've made an annalogous change to the trunk of zope.testing, but I don't
have a Windows box to test this on.  It would be great if someone can
confirm the fix.
-- 
Benji York
Senior Software Engineer
Zope Corporation
___
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.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 )