Using Python Modules in Zope
For Python, there exists the module "NumPy" (Numerical Python) which provides good tools to manipulate arrays. I would like to use this in Zope as well for a Python Script. I tried to install it for the Zope's Python but I can't import the modules: E.g. from Numeric import array does not work, when I use this in a Python Script in Zope. Have you got any ideas? Thanks in advance! Chris
On Mon, Jun 24, 2002 at 03:03:03PM +0000, chpeer2002 wrote:
I tried to install it for the Zope's Python but I can't import the modules: E.g. from Numeric import array
does not work, when I use this in a Python Script in Zope.
See Products/PythonScripts/README.txt in your Zope directory. You will need filesystem access to make any of these changes. -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu
chpeer2002 writes:
For Python, there exists the module "NumPy" (Numerical Python) which provides good tools to manipulate arrays. I would like to use this in Zope as well for a Python Script. I tried to install it for the Zope's Python but I can't import the modules: E.g. from Numeric import array
does not work, when I use this in a Python Script in Zope.
Have you got any ideas? Please read the "README" tab in "Control_Panel->Product Management-> PythonScripts".
Dieter
participants (3)
-
chpeer2002 -
Dieter Maurer -
Mike Renfro