Horst Wald writes:
> ....
>
> But can a PythonScript-Object A() call a Z SQL Method
> B(X) without help from 'above'? Like in the above example? Neither
>
> y=context.b('x') nor y=context.b(X='x')
>
> work. I get: Resource not found
Sure.
The second one should work.
What resource was not found (--> look at the HTML source(!) of the
error page).
Dieter