Re: [Zope] NauSchduler problem

2005-08-03 Thread Barry Drake
Dieter, Thank you. I replaced the call obj.absolute_url() with obj.getPhysicalPath() and prepended the portal URL in my code. That way the URL is not overwritten with the physical path by NauScheduler. Barry --- Dieter Maurer wrote: > Barry Drake wrote at 2005-8-2 14:00 -0700: > > ... > >T

Re: [Zope] NauSchduler problem

2005-08-03 Thread Dieter Maurer
Barry Drake wrote at 2005-8-2 14:00 -0700: > ... >The Script Python that sends the digest works fine >when tested alone, but when I run it from NS the URL, >gotten from obj.absolute_url(), is replace with the >physical path. And what is it otherwise? Note that "absolute_url" combines the physical

[Zope] NauSchduler problem

2005-08-02 Thread Barry Drake
I'm using NauSchduler to automate sending a news digest out twice daily to users of our site. The digest simply has the Subject of the news item and the URL to item on our site. The Script Python that sends the digest works fine when tested alone, but when I run it from NS the URL, gotten from ob