[Zope] ZOPE,UNIX Installation help
Julian Baker
CCX251@coventry.ac.uk
Wed, 06 Mar 2002 16:58:32 +0000
I had to install Python 2.1.2 in my home directory on the test server,
as i dont have root access.
I used an absolute path to the python directory to run the wo_pcgi
script (/user_data/users/JULIAN/Python-2.1.2/python wo_pcgi.py)
and still get the error below: (Is there a way to test the new Python
installation)
-m Makefile.pre -c
/user_data/users/JULIAN/Python-2.1.2/lib/python2.1/config/config.c.in
Setup -n
/user_data/users/JULIAN/Python-2.1.2/lib/python2.1/config/Setup.config
/user_data/users/JULIAN/Python-2.1.2/lib/python2.1/config/Setup.local
/user_data/users/JULIAN/Python-2.1.2/lib/python2.1/config/Setup
make -f Makefile do-it-again
make[2]: Entering directory
`/user_data/users/JULIAN/Zope-2.5.0-src/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter'/user_data/users/JULIAN/Python-2.1.2/lib/python2.1/config/makesetup
\
-m Makefile.pre -c
/user_data/users/JULIAN/Python-2.1.2/lib/python2.1/config/config.c.in
Setup -n
/user_data/users/JULIAN/Python-2.1.2/lib/python2.1/config/Setup.config
/user_data/users/JULIAN/Python-2.1.2/lib/python2.1/config/Setup.local
/user_data/users/JULIAN/Python-2.1.2/lib/python2.1/config/Setup
make[2]: Leaving directory
`/user_data/users/JULIAN/Zope-2.5.0-src/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter'
make[1]: Leaving directory
`/user_data/users/JULIAN/Zope-2.5.0-src/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter'
make
make: *** No rule to make target `src/ISO_8859_1_Splitter.c', needed by
`ISO_885
9_1_Splitter.o'. Stop.
Traceback (most recent call last):
File "wo_pcgi.py", line 45, in ?
File "wo_pcgi.py", line 33, in main
File
"/user_data/users/JULIAN/Zope-2.5.0-src/inst/build_extensions.py", line
38, in ?
make('lib','python','Products','PluginIndexes','TextIndex','Splitter','ISO_8859_1_Splitter')
File "/user_data/users/JULIAN/Zope-2.5.0-src/inst/do.py", line 63, in
make
do('make')
File "/user_data/users/JULIAN/Zope-2.5.0-src/inst/do.py", line 32, in
do
if i and picky: raise SystemError, i
SystemError: 512
Phil Harris wrote:
>
> 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 )