Re: [Zope] Public CVS Zope won't compile (fwd)

2000-12-04 Thread Chris Gray

OK. I guess I'm an abductee or something.  I've successfully checked out
and compiled Zope2 twice today on different machines.  There is only one
difference in what I did from what wasn't working for me on the weekend;
today I left off the -z7 option recommended on the Zope.org CVS_Info page.  
Was this corrupting the download somehow?

Thanks for the response, Michel.

Chris


On Sun, 3 Dec 2000, Michel Pelletier wrote:
> 
> Works dandy here, neither w_pcgi.py or wo_pcgi.py have been modified in
> over a year.  I agree that the code your traceback reports on line 98 is a
> syntax error, but it doesn't match what is on line 98 in the CVS.
> 
> -Michel
> 
> 


___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Public CVS Zope won't compile (fwd)

2000-12-03 Thread Michel Pelletier



On Sun, 3 Dec 2000, Chris Gray wrote:

> Did a fresh checkout but "python w_pcgi.py" chokes at:
> 
> Writing the pcgi resource file (ie cgi script),
> /home/cpgray/zope_cvs_run/Zope2/Zope.cgi
> chmod 0755 /home/cpgray/zope_cvs_run/Zope2/Zope.cgi
> Traceback (innermost last):
>   File "w_pcgi.py", line 111, in ?
> if __name__=='__main__': main(sys.argv[0])
>   File "w_pcgi.py", line 109, in main
> import wo_pcgi; wo_pcgi.main(me)
>   File "/home/cpgray/zope_cvs_run/Zope2/wo_pcgi.py", line 98
> import comcontent.main(home, user, group)
>   ^
> SyntaxError: invalid syntax
> 
> Cheers and Beers,
> Chris

Works dandy here, neither w_pcgi.py or wo_pcgi.py have been modified in
over a year.  I agree that the code your traceback reports on line 98 is a
syntax error, but it doesn't match what is on line 98 in the CVS.

-Michel



___
Zope maillist  -  [EMAIL PROTECTED]
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 )




[Zope] Public CVS Zope won't compile (fwd)

2000-12-03 Thread Chris Gray

Did a fresh checkout but "python w_pcgi.py" chokes at:

Writing the pcgi resource file (ie cgi script),
/home/cpgray/zope_cvs_run/Zope2/Zope.cgi
chmod 0755 /home/cpgray/zope_cvs_run/Zope2/Zope.cgi
Traceback (innermost last):
  File "w_pcgi.py", line 111, in ?
if __name__=='__main__': main(sys.argv[0])
  File "w_pcgi.py", line 109, in main
import wo_pcgi; wo_pcgi.main(me)
  File "/home/cpgray/zope_cvs_run/Zope2/wo_pcgi.py", line 98
import comcontent.main(home, user, group)
  ^
SyntaxError: invalid syntax

Cheers and Beers,
Chris



___
Zope maillist  -  [EMAIL PROTECTED]
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 )