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