[Zope] Still More Problems On the Install...
Jens Vagelpohl
jens@digicool.com
Sun, 19 Nov 2000 17:10:17 +0100
ben,
as far as i know python 2.0 is not (yet) fully supported. if you look at
that famous INSTALL.txt again you will see this:
****
Important notes
ZOPE 2.0 REQUIRES PYTHON 1.5.2!
See CHANGES.txt for important notes on Zope 2.0.
****
so i suggest you try it with python 1.5.2.
jens
On 11/19/00 16:06, "Ben Ocean" <lists@TheWebsons.com> wrote:
> At 12:19 PM 11/19/2000 +0000, you wrote:
>> * Ben Ocean <lists@thewebsons.com> [001119 06:38]:
>>> Hi;
>>> Okay, I've untarred the distro. The instructions said to type in *python
>>> w_pcgi.py*. Did so and lots of stuff printed to screen, the last of which
>>> was *SystemError 512*. Should I worry about that? Then I thought I was
>>> supposed to type in *./start* but it didn't recognize that command. I'm
>>> running Python 2.2.2. Thanks for your help.
>>
>> You shouldn't get any errors. What OS are you running?
>
> RedHat 6.?
>
>> Version of
>> python?
>
> Python 2.0
>
>> Is there any more information apart from SystemError 512?
>> What's the output just before that error?
>
> Okay, I ran the line again and here's what I got:
>
> Traceback (most recent call last):
> File "/apache/vhosts/zope/Zope-2.2.2-src/w_pcgi.py", line 111, in ?
> if __name__=='__main__': main(sys.argv[0])
> File "/apache/vhosts/zope/Zope-2.2.2-src/w_pcgi.py", line 109, in main
> import wo_pcgi; wo_pcgi.main(me)
> File "/apache/vhosts/zope/Zope-2.2.2-src/wo_pcgi.py", line 104, in main
> import build_extensions
> File "/apache/vhosts/zope/Zope-2.2.2-src/inst/build_extensions.py", line
> 96, in ?
> make('lib','python')
> File "/apache/vhosts/zope/Zope-2.2.2-src/inst/do.py", line 135, in make
> do('make')
> File "/apache/vhosts/zope/Zope-2.2.2-src/inst/do.py", line 104, in do
> if i and picky: raise SystemError, i
> SystemError: 512
> [webmaster@thor Zope-2.2.2-src]$
>
> Thanks for your help.
> BenO
>
>