[Zope-Coders] Win32 Tests - Zope HEAD

Chris McDonough chrism@zope.com
17 Jul 2003 15:45:53 -0400


'configure.bat' and 'make testinst' have gone away on Windows.  I don't
think they were ever advertised as "the correct way" (I know they were
not documented anywhere).

Instead, you can do one of two things:

- do what Tim recommends and do
  "python2.2 %SRCDIR%\setup.py build_ext -i"

- do "python2.2 %SRCDIR%\inst\configure.py --prefix=." and
  then "nmake build" (and optionally "nmake install" if for
  some reason you want pycs to be compiled for you ahead of
  time).

Either way is functionally equivalent.

- C


On Thu, 2003-07-17 at 15:19, Fred L. Drake, Jr. wrote:
> 
> Tim Peters writes:
>  > I looked for that once, but gave up without success.
> 
> Packages/TestScritps/
> 
>  > Cool -- I've never seen that before, and had no idea it ever worked on
>  > Windows.  According to whom was it "the correct way" on Windows?  Presumably
>  > whoever that was could tell you "the correct way" now.
> 
> I think that was me, but others have had their hands in that since
> then, and I've not been able to follow both Zopes lately.  I'd ask
> Chris McDonough these days.
> 
> 
>   -Fred
> 
> -- 
> Fred L. Drake, Jr.  <fred at zope.com>
> PythonLabs at Zope Corporation
> 
> _______________________________________________
> Zope-Coders mailing list
> Zope-Coders@zope.org
> http://mail.zope.org/mailman/listinfo/zope-coders