[Zope-dev] Zope under cygwin

Andreas Jung Andreas Jung" <andreas@zope.com
Sun, 3 Feb 2002 08:48:55 +0100


Python 2.1.1/2 is recommended to work with Zope 2.5.
To use Python 2.2 you need to copy the Makefile.pre.in
from a Python 2.1.X installation to the config directory of your 2.2
installation.

Andreas

----- Original Message -----
From: "Tony Goodwin" <danielgoodwin@yahoo.com>
To: <zope-dev@zope.org>
Sent: Monday, February 04, 2002 14:38
Subject: [Zope-dev] Zope under cygwin


> Hi,
> I'm trying to get Zope working under cygwin.
> I have read thread related to this last October/November, but without luck
> cygwin version - 1.3.9-1 (cygwin engine)
> Have installed python separately (2.2-1) and built with threads
> Done thing with FCNTL.h
> then
> >> cd Zope-2.5.0-src
> >> python wo_pcgi.py
>  and get following output below
> The contents of usr/local/lib/python2.2 ceratinly dont contain any
Makefile
> info.
> It appears to be trying to rebuild the python within Zope? There is a
> makefile.pre.in
> within Zope..src/lib/python, but poiting to it just gives error of form
> no target boot in MAkefile
>
> Any help much appreciated.
>
> Tony
>
>
> <snip>
>
> bash-2.05a$ python wo_pcgi.py
>
> --------------------------------------------------------------------------
--
> --
> Deleting '.pyc' and '.pyo' files recursively under
> /usr/src/Zope-2.5.0-src...
> Done.
>
> --------------------------------------------------------------------------
--
> --
> Compiling python modules
>
> --------------------------------------------------------------------------
--
> --
> Building extension modules
> cp ./lib/python/Setup20 ./lib/python/Setup
>
> ------------------------------------------------
> Compiling extensions in lib/python
> cp /usr/local/lib/python2.2/config/Makefile.pre.in .
> cp: cannot stat `/usr/local/lib/python2.2/config/Makefile.pre.in': No such
> file
> or directory
> Traceback (most recent call last):
>   File "wo_pcgi.py", line 45, in ?
>   File "wo_pcgi.py", line 33, in main
>   File "/usr/src/Zope-2.5.0-src/inst/build_extensions.py", line 30, in ?
>     make('lib','python')
>   File "/usr/src/Zope-2.5.0-src/inst/do.py", line 61, in make
>     do("cp %s ." % wheres_Makefile_pre_in())
>   File "/usr/src/Zope-2.5.0-src/inst/do.py", line 32, in do
>     if i and picky: raise SystemError, i
> SystemError: 256
>
> </snip>
>
>
> _______________________________________________
> Zope-Dev maillist  -  Zope-Dev@zope.org
> http://lists.zope.org/mailman/listinfo/zope-dev
> **  No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope )
>