How does the configure script in Zope 2.7.0 test for a suitable Python interpreter? -- John
--On Montag, 8. März 2004 16:43 Uhr +0000 John Poltorak <jp@warpix.org> wrote:
How does the configure script in Zope 2.7.0 test for a suitable Python interpreter?
Zope is open-source...means you can look into the source of the configure script which is actually about 200 lines and easy to read and understand. -aj
On Mon, Mar 08, 2004 at 05:57:24PM +0100, Andreas Jung wrote:
--On Montag, 8. März 2004 16:43 Uhr +0000 John Poltorak <jp@warpix.org> wrote:
How does the configure script in Zope 2.7.0 test for a suitable Python interpreter?
Zope is open-source...means you can look into the source of the configure script which is actually about 200 lines and easy to read and understand.
It is only easy to understand if you are a Unix shell script guru, which I'm not. I have python on my path but this shell script doesn't find it, and I'm not sure what change needs making for it to be found.
-aj
-- John
This may not help, but you can specify this with the --with-python option, where the value is the path to the python executable. ./configure --with-python=/path/to/python/executable Sandor
-----Original Message----- From: zope-bounces@zope.org [mailto:zope-bounces@zope.org] On Behalf Of John Poltorak Sent: Monday, March 08, 2004 10:44 AM To: zope@zope.org Subject: [Zope] Testing for an acceptable Python interpreter
How does the configure script in Zope 2.7.0 test for a suitable Python interpreter?
-- John
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
John Poltorak wrote at 2004-3-8 16:43 +0000:
How does the configure script in Zope 2.7.0 test for a suitable Python interpreter?
"configure" has an option "--with-python=<path-to-interpreter". Use it to tell "configure" which Python it should use. -- Dieter
participants (4)
-
Andreas Jung -
Dieter Maurer -
John Poltorak -
zope@netchan.cotse.net