[Zope] Using Python Modules with Zope
Andy McKay
andym@ActiveState.com
Wed, 9 Jan 2002 14:08:42 -0800
You can import modules into Script (Python) objects, use them External
Methods or even wrap a product around them. To start off I would use a few
External Methods. Make sure your modules are in your PYTHONPATH or can be
imported.
And why would you want wxWindows?
Cheers.
--
Andy McKay.
----- Original Message -----
From: <MarkM@Yogananda-SRF.org>
To: <zope@zope.org>
Sent: Wednesday, January 09, 2002 12:23 PM
Subject: [Zope] Using Python Modules with Zope
> I new to Zope. I'm attempting to access Python modules from within Zope.
> These modules are programs we've written, that import stuff like wxWindows
> or our .py modules. The "Extensions" folder is not the thing to use,
> apparently. I'm not clear if adding an "External Method" or "Script" is
the
> thing to do. None of the books we have talk clearly about how to do this.
> I need some step-by-step directions with this. Any suggestions?
>
> Thanks!
> Mark
>