I don't understand still : what I am looking for is a way to read a url whitout having to write an external method. the point is I belived that reading a url in a web application like zope should not require such powerfull tool as external methods or dedicated products.. Andreas Jung wrote:
You answered your question already with our question. Filesystem-based code=trusted code=External methods or Zope products.
-aj
--On 28. Juni 2005 17:05:42 +0200 santiago <chetzacoalt@free.fr> wrote:
sorry, I don't understand: what is th 'filesystem based code' ?
Andreas Jung wrote:
--On 28. Juni 2005 16:53:35 +0200 santiago <chetzacoalt@free.fr> wrote:
hello
I'm writting a restricted python script (in the zmi) and I wish to load an url that the user gives to me in order to diplay it back, inside my web page.
is there a zope method that I can use, or must I relay on an external python script and use urllib ?
This is a FAQ: use filesystem based code.
-aj