-----Original Message----- From: Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> To: zope@zope.org <zope@zope.org> Date: Tuesday, September 28, 1999 8:04 PM Subject: [Zope] Really Dumb Question...
Is there a way to edit Python code file://in Zope itself// yet? I'm currently using an External Method, and it works just dandy. I love the ability. But having to rlogin to the server (or Telnet, i fyou prefer), changing to /usr/local/zope/Extensions, and use a manual text editor is a bit tedious.
This is what the Evan Simpson's PythonMethod http://www.zope.org/Members/4am/PythonMethod does. It is not the same as External Methods though, because PythonMethods have the same kind of restrictions that DTML does... unless you feel comfortable enough flipping a switch in the code. Most people on the list seem to feel that through-the-web editing of arbitrary python is dangerous. Kevin