Public CVS Zope won't compile (fwd)
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
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
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
participants (2)
-
Chris Gray -
Michel Pelletier