4 Jun
2001
4 Jun
'01
2:30 p.m.
[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