[Zope] Python function within a ZClass...
Marcin Kasperski
Marcin.Kasperski@softax.com.pl
Thu, 17 Aug 2000 15:42:17 +0200
Vincent wrote:
>
> Is it possible to access Python function within a ZClass ?
>
> If yes, how should I do that ?
>
Two methods
1) create External Method (python code in separate file placed in
Extensions directory + information which file should be called in Zope
management interface)
2) create Python Method (you must install non-standard product providing
Python Methods) - then you edit Python code just via Zope management
interface (like DTML Documents)
-- Serwis nie tylko mieszkaniowy: http://www.mk.w.pl
|
| You have the right to accept your responsibilites instead of having
| them assigned to you. (Ken Beck's Third Developer Right)
|