[Zope] python scripting problem
Rico Friedrich
Rico.Friedrich@informatik.tu-chemnitz.de
Thu, 2 Mar 2000 22:56:30 +0100 (MET)
hi,
i 've got a problem with the simple HTMLFile. see below. ideas ?
from Globals import HTMLFile
eval_resultForm=HTMLFile('admin_interface', globals())
def eval_result(self, vars):
...
return " work done!!!"
make_result()
--> ???
Error Type: KeyError
Error Value: __name__
what's wrong ? Error Value: No module named gadfly
import gadfly
doesn't work ???
thank you very much for your help
--
Rico