Re: [Zope] Re: Python script, urllib2

2006-12-18 Thread Maciej Wisniowski
>> Ok. I remember in some ML I subscribe, I could allow some action/module >> by listing the allowed actions/modules somewhere. >> Unfortunately, I cant remember where/wht to do. Take a look at: /lib/python/Products/PythonScripts/README.txt > I _always_ keep my posts on the list. My MUA has a sho

[Zope] Re: Python script, urllib2

2006-12-18 Thread Mihamina Rakotomandimby
On Mon, 2006-12-18 at 17:03 -0500, Jonathan wrote: > If you want to use a python script to access the contents of a static page > (static page created via the ZMI), why don't you do something like: > staticPage = > context.restrictedTraverse('/path/to/the/static/page/staticPage.html') No, it is

[Zope] Re: Python script, urllib2

2006-12-18 Thread Jonathan
- Original Message - From: "Mihamina Rakotomandimby" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Sent: Monday, December 18, 2006 1:34 PM Subject: Python script, urllib2 Hi, I want to fetch at least the part of an html static page from a python script (added through the Z