[Zope] ZOPE,UNIX Installation help

Phil Harris phil@harris-family.info
Wed, 6 Mar 2002 16:11:26 -0000


Are you sure that it's using the newly installed Python.

do a Python -V and see what you get back.

btw, nice to see another UK academic institute using Zope :)

Phil Harris
aka, harrisp2@uwcm.ac.uk

----- Original Message -----
From: "Julian Baker" <CCX251@coventry.ac.uk>
To: "seb bacon" <seb@jamkit.com>
Cc: <zope@zope.org>
Sent: Wednesday, March 06, 2002 2:52 PM
Subject: Re: [Zope] ZOPE,UNIX Installation help


> Just installed Python 2.1.2 from Source
> But Zope still gives same error after installing from fresh
>
>
> seb bacon wrote:
> >
> > Keep it on the list!
> >
> > So, you need python 2.1.2, plus header files.
> >
> > seb
> >
> > On Wed, 2002-03-06 at 10:54, Julian Baker wrote:
> > > I'm using Python 2.1
> > > Digital UNIX ver4 Alpha
> > >
> > > seb bacon wrote:
> > > >
> > > > Did you take heed of this in the README.txt...?
> > > >
> > > >   * Zope requires Python 2.1
> > > >
> > > > (Hmm, come to think of it, that should read python 2.1.2).
> > > >
> > > > seb
> > > >
> > > > On Tue, 2002-03-05 at 17:06, Julian Baker wrote:
> > > > > Hi all
> > > > >
> > > > > I'm having problems with installing Zope 2.5.0 src on a UNIX
platform
> > > > > (python 2.1)
> > > > > when i enter the compile command
> > > > >
> > > > > python wo_pcgi.py
> > > > >
> > > > >       or
> > > > >
> > > > > python w_pcgi.py
> > > > >
> > > > > it displays the following error after a while...
> > > > >
> > > > > 9_1_Splitter.o'.  Stop.
> > > > > Traceback (most recent call last):
> > > > >   File "/user_data/users/JULIAN/Zope/Zope-2.5.0-src/w_pcgi.py",
line 39
> > > > > , in ?
> > > > >     if __name__=='__main__': main(sys.argv[0])
> > > > >   File "/user_data/users/JULIAN/Zope/Zope-2.5.0-src/w_pcgi.py",
line 37
> > > > > , in main
> > > > >     import wo_pcgi; wo_pcgi.main(me)
> > > > >   File "/user_data/users/JULIAN/Zope/Zope-2.5.0-src/wo_pcgi.py",
line 3
> > > > > 3, in main
> > > > >     import build_extensions
> > > > >   File
"/user_data/users/JULIAN/Zope/Zope-2.5.0-src/inst/build_extensio
> > > > > ns.py", line 38, in ?
> > > > >
> > > > >
make('lib','python','Products','PluginIndexes','TextIndex','Splitter','ISO_8
> > > > > 859_1_Splitter')
> > > > >   File "/user_data/users/JULIAN/Zope/Zope-2.5.0-src/inst/do.py",
line 6
> > > > > 3, in make
> > > > >     do('make')
> > > > >   File "/user_data/users/JULIAN/Zope/Zope-2.5.0-src/inst/do.py",
line 3
> > > > > 2, in do
> > > > >     if i and picky: raise SystemError, i
> > > > > SystemError: 512
> > > > >
> > > > >
> > > > > It's not due to install without root access as the System
Administrator
> > > > > has the same problem/error.
> > > > > I have looked at the Zope site but unable to find a solution or
even
> > > > > anyone else having the same problem.
> > > > > Any ideas would be greatly recieved.
> > > > >
> > > > > Julian
>
> _______________________________________________
> 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 )