[Zope] Zope on MacOSX?

Phil Harris phil@harris-family.info
Tue, 15 Oct 2002 01:01:00 +0100


Skip,

The latest Python that Zope supports is 2.1.3, 2.2 and 2.3 are not supported and most likely will not work.

hth

Phil

On Mon, 14 Oct 2002 18:56:11 -0500
Skip Montanaro <skip@pobox.com> wrote:

> I'm trying to build Zope 2.6.0b1 on MacOSX and am having some trouble.  If I
> use Python 2.2.2 or Python 2.3a0 (aka CVS head), when executing the
> w_pcgi.py script I get this traceback:
> 
>     building 'Products.PluginIndexes.TextIndex.Splitter.ZopeSplitter.ZopeSplitter' extension
>     error: file 'Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.c' does not exist
>     Traceback (most recent call last):
>       File "w_pcgi.py", line 39, in ?
>         if __name__=='__main__': main(sys.argv[0])
>       File "w_pcgi.py", line 37, in main
>         import wo_pcgi; wo_pcgi.main(me)
>       File "/Users/skip/src/Zope-2.6.0b1-src/wo_pcgi.py", line 33, in main
>         import build_extensions
>       File "/Users/skip/src/Zope-2.6.0b1-src/inst/build_extensions.py", line 24, in ?
>         do('%s setup.py build_ext -i' % sys.executable)
>       File "/Users/skip/src/Zope-2.6.0b1-src/inst/do.py", line 32, in do
>         if i and picky: raise SystemError, i
>     SystemError: 256
> 
> A quick foray into building 2.1.x on MacOSX ended in failure (2.1.x was
> released before MacOSX was available).
> 
> Any suggestions?
> 
> Thanks,
> 
> -- 
> Skip Montanaro - skip@pobox.com
> http://www.mojam.com/
> http://www.musi-cal.com/
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
>