Re: [Zope] loading an url from a restricted python script

2005-06-28 Thread Andrew Milton
+---[ Andreas Jung ]-- | | | --On 28. Juni 2005 20:40:56 +0200 santiago <[EMAIL PROTECTED]> wrote: | | >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 i

Re: [Zope] loading an url from a restricted python script

2005-06-28 Thread Andreas Jung
--On 28. Juni 2005 20:40:56 +0200 santiago <[EMAIL PROTECTED]> wrote: 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 t

Re: [Zope] loading an url from a restricted python script

2005-06-28 Thread J Cameron Cooper
santiago wrote: 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.. There i

Re: [Zope] loading an url from a restricted python script

2005-06-28 Thread santiago
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

Re: [Zope] loading an url from a restricted python script

2005-06-28 Thread Paul Winkler
On Tue, Jun 28, 2005 at 04:56:07PM +0200, Andreas Jung wrote: > > > --On 28. Juni 2005 16:53:35 +0200 santiago <[EMAIL PROTECTED]> 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, i

Re: [Zope] loading an url from a restricted python script

2005-06-28 Thread Andreas Jung
--On 28. Juni 2005 16:53:35 +0200 santiago <[EMAIL PROTECTED]> 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 ex

[Zope] loading an url from a restricted python script

2005-06-28 Thread santiago
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 _