Re: [Zope] Z SQL Method question

2006-05-29 Thread Martin Koekenberg
..   I'm doing something wrong, but what..   The next step is to remove the valuea and replace them with a and replace the   Can you help me withe the next step I't the first time that I use MySQL/Zope and Z MySQL Method.   Regards,   Martin Koekenberg -Original

[Zope] Z SQL Method question

2006-05-26 Thread Martin Koekenberg
into my database at once by using Z SQL Method ? I tested the database connetion, that is working.   Regards,   Martin Koekenberg ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding

Re: [Zope] DTML-In with date/time filter

2006-05-03 Thread Martin Koekenberg
Hello Andreas, I use this code in a Python script and call this script within a DTML-IN statement. What I need is a script to get only items with a date in the future, today or in the past.  The objects are DTML Documents with a date property field.   Regards   Martin Koekenberg

[Zope] DTML-In with date/time filter

2006-05-03 Thread Martin Koekenberg
 Hallo, I can create a dtml-in filte with the following code:   return [doc for doc in context.objectValues('DTML Document')  if doc.getProperty('a')!='de']    How can I do the same with a date or time ?   Regards,   Martin Koekenberg     -O

RE: [Zope] error with repozo.py

2006-03-20 Thread Martin Koekenberg
2.3/site-packages', '/usr/lib/python2.3/site-packages/PIL', '/usr/lib/python2.3/site-packages/gtk-2.0']   How do I set the right path in Python ?   Regards,   Martin Koekenberg Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Bernd Dorn Verzonden: maan

[Zope] error with repozo.py

2006-03-19 Thread Martin Koekenberg
ogle for a solution. I found that it could be a problem with PYTHONPATH, but I’ve set this path already.   What else can be wrong ?   Regards,   Martin Koekenberg   ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope **

[Zope] Error: gaierror: (-2, 'Name or service not known')

2006-03-13 Thread Martin Koekenberg
2006/03/13 21:59:52.768 GMT+1 User Name (User Id) Martin Koekenberg (Martin Koekenberg) Request URL http://klanten.digital-adventures.nl/swsportmassage/Downloads/achillespeesblessure.pdf/index_html Exception Type

[Zope] DTML-In with filter

2006-03-08 Thread Martin Koekenberg
Who can help me ?   regards,   Martin Koekenberg ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce

[Zope] FTP rights problem

2005-12-21 Thread Martin Koekenberg
re an other solution to get the FTP working ?   Regards,   Martin Koekenberg       ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/ma

[Zope] Creating a DTM Document in a variable folder.

2005-11-25 Thread Martin Koekenberg
ction is no problem. The python script to craete that document is my problem.   How can I create a DTM Document in a variable container ?    Regards,   Martin Koekenberg   ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zop

Re: [Zope] convert DTML Document to a folder.

2005-11-21 Thread Martin Koekenberg
yes,   That was my idea. Is there a solution for that convert.   Martin Koekenberg -Original Message-From: Jonathan Cyr <[EMAIL PROTECTED]>To: Martin Koekenberg <[EMAIL PROTECTED]>Cc: zope@zope.org Date: Fri, 18 Nov 2005 17:21:00 -0500Subject: Re: [Zope] convert DTML D

Re: [Zope] convert DTML Document to a folder.

2005-11-17 Thread Martin Koekenberg
The DTML Documents are userinfo documents. I want to create a photoorder form and generate a dtml document with that users orders. I want to place that in his user folder. Martin Koekenberg -Original Message- From: Andreas Jung <[EMAIL PROTECTED]> To: Martin Koekenberg <[EMAIL

[Zope] convert DTML Document to a folder.

2005-11-16 Thread Martin Koekenberg
Hello,   Is it possible to convert a DTML Document to a folder, Both with properties ? I use Zope 2.8.4.   Regards,   Martin Koekenberg ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML

[Zope] Parse a XML file in Zope, zopeXMLmethods Product not working in Zope 2.8.1

2005-09-26 Thread Martin Koekenberg
ithout the zopeXMLmethods product ?   Regards,   Martin Koekenberg ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-anno

Re: [Zope] Strange warning after removing products

2005-09-14 Thread Martin Koekenberg
Hello All, You put me into the right way. I found a good function in SupperLogger. Just instal and uninstal that product and it will cleanup the control pannel. Regards, Martin Koekenberg Peter Bengtsson schreef: http://www.peterbe.com/uninstall-LeakFinder On 9/10/05, Martin Koekenberg

Re: [Zope] Strange warning after removing products

2005-09-10 Thread Martin Koekenberg
Hello, These were all products for the configuration panel. Ik see that they are broken, but how can I remove them there ? Martin Koekenberg Bakhtiar A Hamid schreef: On 9/10/05, *Martin Koekenberg* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: But I s

[Zope] Strange warning after removing products

2005-09-10 Thread Martin Koekenberg
16:49:05 WARNING ZODB Could not import class 'QuickLinks' from module 'Products.QuickLinks.QuickLinks' Does anybody has a solutiuon for this ? Zope is still running. but the warning isn't there without a reason. regards, Martin Koekenberg ___

[Zope] Put a property value for a DTML document in Formulator field

2005-09-10 Thread Martin Koekenberg
Hello, Im building a edit form. The original values are in a DTML document. My question, how can I get a default value from a DTML Document property in formulator field (string) as de default value ? regards, Martin Koekenberg ___ Zope maillist

[Zope] How to create a folder in a just created folder using a python script.

2005-09-09 Thread Martin Koekenberg
Hello, In a python script I use teh following line to create a folder: context.manage_addProduct['OFSP'].manage_addFolder(Unique, title=field_titel) Unique is a unique ID. How can I create to folder is this folder in the same script ? regards, Martin

[Zope] Zip upload in Photo-1.3.0 doesn't work

2005-07-25 Thread Martin Koekenberg
Hello,   Does anybody use the zip upload in the latest Photo product (1.3.0) ?   There is a ftp bug in that release but is has a zip upload feature (that also doesn’t work with me).   I use Zope 2.7.7 on a Red Hat fedora core 4.   Thanks for the help.   Martin Koekenberg

Re: [Zope] recommend a provider

2005-06-03 Thread Martin Koekenberg
I can offer you zope hosting in the Netherlands (Zwolle).We are just starting this service after good experiance with zope development foor ourselfs.   Martin -Original Message-From: fs1 <[EMAIL PROTECTED]>To: Martin Koekenberg <[EMAIL PROTECTED]>Date: Fri, 03 Jun 2

Re: [Zope] recommend a provider

2005-06-03 Thread Martin Koekenberg
Hello Frank,   Where do you want a zope provider and what do you expect from that provider ?   Martin Koekenberg   -Original Message-From: fs1 <[EMAIL PROTECTED]>To: zope@zope.org Date: Fri, 03 Jun 2005 08:13:15 -0400Subject: [Zope] recommend a provider Can someone recommend