Re: [Zope] DateTime().Time() gets Insufficient Privileges error, why?

2005-12-29 Thread Jens Vagelpohl
On 29 Dec 2005, at 04:53, Jamie O'Keefe wrote: I am trying to get the latest time in a Python Script. I declare: from DateTime.DateTime import DateTime But when I run: t = DateTime().latestTime() or t = DateTime().Time() I always get an Insufficient Privileges error. Instead

Re: [Zope] DateTime().Time() gets Insufficient Privileges error, why?

2005-12-29 Thread Andreas Jung
--On 29. Dezember 2005 11:57:08 +0100 Jens Vagelpohl [EMAIL PROTECTED] wrote: On 29 Dec 2005, at 04:53, Jamie O'Keefe wrote: I am trying to get the latest time in a Python Script. I declare: from DateTime.DateTime import DateTime But when I run: t = DateTime().latestTime() or

[Zope] DateTime().Time() gets Insufficient Privileges error, why?

2005-12-28 Thread Jamie O'Keefe
I am trying to get the latest time in a Python Script. I declare: from DateTime.DateTime import DateTime But when I run: t = DateTime().latestTime() or t = DateTime().Time() I always get an Insufficient Privileges error. I have combed through the archives and the web and as far as