[Zope] I want to script in Python and not Zope-Python

Thomas B. Passin tpassin@mitretek.org
Mon, 4 Jun 2001 10:30:00 -0400


[tom smith]

>
> Hello?!  I don't want to use external methods.
>

Don't be so dogmatic about it! :-)

External methods are excellent.  The trick is to use a simple python file in
the External directory that simply dispatches the actual code that you run,
which can then be in any directory tree you want.  You don't want to go
putting all your code into the External folder, just the dispatching
methods.

Of course, if you need to talk to Zope objects all the time during
execution, external methods aren't so good.

Cheers,

Tom P