[Zope-dev] How to get Entrys from a catalog by date boundaries

2002-07-23 Thread Sebastian Sippl
Hi, I've tried to select all entrys from a catalog by defining the date boundaries(Python script). Looks like this: id=context.getId() return context.cata( {'content' : id, 'date': [datestart, dateend], 'date_usage' : 'range:min:max', } ) cata =

[Zope-dev] Accessing catalog objects

2002-07-23 Thread Sebastian Sippl
On Tuesday 23 Jul 2002 10:20 am, Sebastian Sippl wrote: Hi, I've tried to select all entrys from a catalog by defining the date boundaries(Python script). Looks like this: id=context.getId() return context.cata( {'content' : id, 'date': [datestart, dateend

[Zope-dev] ZopeTime Module missing !?

2002-07-23 Thread Sebastian Sippl
Hi, Is it possible, that on my zope server the ZopeTime() module is missing ? If yes, how do i get it installed ? Sebastian ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML

[Zope-dev] Date Time Problem

2002-07-23 Thread Sebastian Sippl
Hi, another problem occured: I got the script working, which gives me certain values back from the catalog. But this Time thing still doesnt work ! i have tried nearly everything. I use the procedure described in the zope book, but it doesnt work. return context.cata({'content' : id,

[Zope-dev] Tracker-Catalog

2002-07-12 Thread Sebastian Sippl
Hi, Is there a way to access the Trackers(TrackerBase-Product) Catalog(and its contents) via DTML-var or Python script? Sebastian ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or

[Zope-dev] python scripts and variables

2002-03-05 Thread Sebastian Sippl
Hi, I ve got a little problem: I am starting a python script within a python script. how do i pass the variables from one to the other? (i tried setting the request variables and getting the values by the python script but it didnt work) it looks like this: Python-Script: code of python

[Zope-dev] User Name in python script

2002-02-25 Thread Sebastian Sippl
Hi, I need to get the name of the current user , in a python script i know how to get it in dtml , but i cant figure out how to get it in a python script. Please help me Sebastian ___ Zope-Dev maillist - [EMAIL PROTECTED]