./start not finding the correct Python
just installed Python 2.1.1 as well as Zope 2.4.0. I've run Zope 2.4.0's "w_pcgi.py" script specifying python 2.1.1, however when I run the start script, it tells me I'm only using Python 2.0. Running "python -V" returns Python 2.1.1. What am I doing wrong? ------------------------------------------ Seamus M. O'Keefe Senior Web Developer/IT Services Manager Rare Earth Interactive Design, Inc. http://www.rareearthdesign.com/ ------------------------------------------
Seamus, the start script should have a hard-coded value for the location of the python executable. Check it to make sure that it's pointing to the python you think it is. Ziniti ----- Original Message ----- From: "Seamus M. O'Keefe" <seamus@rareearthdesign.com> To: "zope" <zope@zope.org> Sent: Monday, July 23, 2001 3:22 PM Subject: [Zope] ./start not finding the correct Python
just installed Python 2.1.1 as well as Zope 2.4.0. I've run Zope 2.4.0's "w_pcgi.py" script specifying python 2.1.1, however when I run the start script, it tells me I'm only using Python 2.0. Running "python -V" returns Python 2.1.1. What am I doing wrong?
------------------------------------------ Seamus M. O'Keefe Senior Web Developer/IT Services Manager Rare Earth Interactive Design, Inc. http://www.rareearthdesign.com/ ------------------------------------------
_______________________________________________ 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 )
Hi! Did you set up PYTHONHOME variable? Paula Mangas On Mon, 23 Jul 2001, Seamus M. O'Keefe wrote:
just installed Python 2.1.1 as well as Zope 2.4.0. I've run Zope 2.4.0's "w_pcgi.py" script specifying python 2.1.1, however when I run the start script, it tells me I'm only using Python 2.0. Running "python -V" returns Python 2.1.1. What am I doing wrong?
------------------------------------------ Seamus M. O'Keefe Senior Web Developer/IT Services Manager Rare Earth Interactive Design, Inc. http://www.rareearthdesign.com/ ------------------------------------------
_______________________________________________ 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 )
-- ============================================================ Quando tiver duvidas, nao questione aqueles que so' tem certezas, pois corre o risco de ficar com mais duvidas!... ------------------------------------------------------------ Paula Monteiro Mangas e-mail: Paula.Mangas@mail.com URL: http://students.fct.unl.pt/~pamm/ TMV: (+351) 96 2559034 ============================================================
participants (3)
-
John Ziniti -
Paula Mangas -
Seamus M. O'Keefe