Zope's version of python
Hello, I am looking to do XSLT transformations with Apache's Xalan engine. I am also using Pyana to interface python with Xalan. I am under the impression that Zope uses its own version of Python (2.1.2). I was wandering how I would go about installing modules so that Zope's version of python would recognize them. Thanks, Patrick Hresko
Zope uses only its own Python when you install the Zope from the binary packages. Otherwise it runs with the Python installation that you used to install Zope. To install Python modules that are accessible by Zope, you just have to ensure to run the setup.py file (DistUtils) with the Python interpreter that Zope uses. -aj ----- Original Message ----- From: "Patrick Hresko" <phresko@pa.aacisd.com> To: "zope" <zope@zope.org> Sent: Wednesday, May 29, 2002 10:41 Subject: [Zope] Zope's version of python
Hello,
I am looking to do XSLT transformations with Apache's Xalan engine. I am also using Pyana to interface python with Xalan. I am under the impression that Zope uses its own version of Python (2.1.2). I was wandering how I would go about installing modules so that Zope's version of python would recognize them.
Thanks,
Patrick Hresko
_______________________________________________ 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 )
participants (2)
-
Andreas Jung -
Patrick Hresko