loading an url from a restricted python script
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 ? thanks
--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
On Tue, Jun 28, 2005 at 04:56:07PM +0200, 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.
Also note that you may find existing third-party code that does what you want. Have a look at KebasData. -PW -- Paul Winkler http://www.slinkp.com
participants (3)
-
Andreas Jung -
Paul Winkler -
santiago