<?xml version="1.0" encoding="iso-8859-1" ?>
<?xml-stylesheet title="XSL_formatting" type="text/xsl" href="/images/lists/rssstyle2.xsl"?>
<rss version="2.0">
<channel>
<title>Zope | Users</title>
<description>Mailing List Archive by Gossamer Threads</description>
<link>http://www.gossamer-threads.com/lists/zope/users/</link>
<language>en-us</language>
<copyright>(c) Gossamer Threads Inc. All rights reserved.</copyright>
<lastBuildDate>04 Jul  2009 15:10:10 -0800</lastBuildDate>
<ttl>120</ttl>
<image>
<title>Gossamer Threads | Zope | Users</title>
<width>75</width>
<height>23</height>
<link>http://www.gossamer-threads.com/lists/zope/users/</link>
<url>http://www.gossamer-threads.com/images/lists/rss_logo.jpg</url>
</image>
<item>
<title>[Formulator] Anyone fixed it for Zope 2.10/2.11?</title>
<description>We have a project where we are using Formulator under CMF 1.X + Zope 2.8. Unfortunately Formulator seems to horribly broken Zope 2.11. Has anyone work</description>
<pubDate>03 Jul  2009 04:56:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222799</link>
</item><item>
<title>Re: psycopg import error</title>
<description>Hey,    I finally reverted all the changes and fixed it like you said editing the DA.py in ZPsycoDA. thought i let you know about it. through this</description>
<pubDate>02 Jul  2009 13:31:35 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222788</link>
</item><item>
<title>Re: psycopg import error</title>
<description>Hi, I also experienced the problem this morning when trying to use the product ZPsycopgDA version 2.0.11 on Zope. The error reported by Plone/Zope i</description>
<pubDate>01 Jul  2009 18:51:33 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222767</link>
</item><item>
<title>Re: is possible use request.set in a zpt?</title>
<description>On 27.06.09 17:15, Miguel Beltran R. wrote: &amp;gt; &amp;gt; &amp;gt; &amp;gt;   It is possible... &amp;gt; &amp;gt;   &amp;lt;div tal:define=&amp;quot;ignored python:request.set(&amp;#039;sumVar&amp;#039;, 0)&amp;quot;&amp;gt; &amp;gt; &amp;gt;</description>
<pubDate>27 Jun  2009 09:36:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222707</link>
</item><item>
<title>Re: is possible use request.set in a zpt?</title>
<description>&amp;gt; &amp;gt; &amp;gt; &amp;gt; It is possible... &amp;gt; &amp;gt; &amp;lt;div tal:define=&amp;quot;ignored python:request.set(&amp;#039;sumVar&amp;#039;, 0)&amp;quot;&amp;gt; &amp;gt; &amp;gt; but not recommended. The kind of logic you are trying t</description>
<pubDate>27 Jun  2009 08:15:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222706</link>
</item><item>
<title>Re: is possible use request.set in a zpt?</title>
<description>-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Miguel Beltran R. wrote: &amp;gt; Hi list &amp;gt; &amp;gt; I used before with dtml something like this &amp;gt; &amp;lt;dtml-call &amp;quot;reque</description>
<pubDate>26 Jun  2009 19:34:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222702</link>
</item><item>
<title>is possible use request.set in a zpt?</title>
<description>Hi list I used before with dtml something like this &amp;lt;dtml-call &amp;quot;request.set(&amp;#039;sumVar&amp;#039;,0)&amp;quot;&amp;gt; &amp;lt;dtml-in ...&amp;gt;  &amp;lt;dtml-call &amp;quot;request.set(&amp;#039;sumVar&amp;#039;, sumVar +</description>
<pubDate>26 Jun  2009 19:23:32 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222701</link>
</item><item>
<title>Re: Zope Digest, Vol 61, Issue 14</title>
<description>&amp;gt; &amp;gt; Hi list &amp;gt; &amp;gt; I have 2 templates, in second template I need render a &amp;lt;span&amp;gt; only when the &amp;gt; first template have defined a variable. &amp;gt; &amp;gt; template1: &amp;gt;</description>
<pubDate>26 Jun  2009 01:05:26 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222688</link>
</item><item>
<title>Re: how detect a variable from template father?</title>
<description>On Thu, Jun 25, 2009 at 00:17, Miguel Beltran R. &amp;lt;yourpadre@gmail.com&amp;gt;wrote: &amp;gt; Hi list &amp;gt; &amp;gt; I have 2 templates, in second template I need render a &amp;lt;sp</description>
<pubDate>24 Jun  2009 15:19:20 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222676</link>
</item><item>
<title>how detect a variable from template father?</title>
<description>Hi list I have 2 templates, in second template I need render a &amp;lt;span&amp;gt; only when the first template have defined a variable. template1: &amp;lt;ul tal:defin</description>
<pubDate>24 Jun  2009 15:17:13 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222675</link>
</item><item>
<title>Re: psycopg import error</title>
<description>looks like DA.py is using psycopg2.__version__ not psycopg2.__version__[:5] with the index of 5. You might want to check that. Also, psycopg2.__ve</description>
<pubDate>24 Jun  2009 10:17:31 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222665</link>
</item><item>
<title>Re: psycopg import error</title>
<description>so I was able to fix instance/Python-2.4.3/bin/python errors that I was getting by editing the psycopg1.py file and changing the following statement</description>
<pubDate>24 Jun  2009 09:43:12 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222664</link>
</item><item>
<title>Re: psycopg import error</title>
<description>Ok, look at the error message again. It says raise ImportError(&amp;quot;psycopg version mismatch (imported %s)&amp;quot; % ImportError: psycopg version mismatch (impo</description>
<pubDate>24 Jun  2009 09:36:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222663</link>
</item><item>
<title>Re: psycopg import error</title>
<description>Things that i have noticed 1)running and importing psycopg2 gives this error Traceback (most recent call last):  File &amp;quot;&amp;lt;stdin&amp;gt;&amp;quot;, line 1, in ?  Fi</description>
<pubDate>24 Jun  2009 09:23:05 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222662</link>
</item><item>
<title>Re: psycopg import error</title>
<description>I had the same problem but found that if I just modified the list of acceptable psycopg versions everything worked fine. Rowan Amir wrote: &amp;gt; Hey, &amp;gt;</description>
<pubDate>24 Jun  2009 08:56:57 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222661</link>
</item><item>
<title>Re: psycopg import error</title>
<description>Hey,    yes i have it installed at instance/Python-2.4.3/lib/python2.4/site-packages/psycopg2 and i had also moved the adapter to the instance/cli</description>
<pubDate>24 Jun  2009 08:49:38 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222660</link>
</item><item>
<title>Re: psycopg import error</title>
<description>Have you installed psycopg2 2.0.11, not the adapter but the library for python? and is it in the python path for your Zope python? I&amp;#039;m thinking you</description>
<pubDate>23 Jun  2009 13:41:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222643</link>
</item><item>
<title>psycopg import error</title>
<description>Hi,  I have (Zope 2.9.4-final, python 2.4.3, linux2) and I have used psycopg2.0.11 adapter to connect Zope to Postgresql but I am getting this error</description>
<pubDate>23 Jun  2009 13:06:03 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222642</link>
</item><item>
<title>Re: VHM missing &amp;#039;mappings&amp;#039; tab in Safari 4 - just me?</title>
<description>Just a suggestion: did you try to see what happens with wireshark or tcpdump? Looking down the basics, sometimes works...   On Fri, Jun 19, 2009 at</description>
<pubDate>19 Jun  2009 11:47:14 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222585</link>
</item><item>
<title>Re: VHM missing &amp;#039;mappings&amp;#039; tab in Safari 4 - just me?</title>
<description>Tres Seaver &amp;lt;tseaver@...&amp;gt; writes: &amp;gt; Sean Fulmer wrote: &amp;gt; &amp;gt; &amp;gt; I&amp;#039;ve checked my authentication in both browsers, and they are the same. &amp;gt; &amp;gt; &amp;gt; &amp;gt; SiteRoo</description>
<pubDate>19 Jun  2009 11:45:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222584</link>
</item><item>
<title>Re: [Zope-dev] [action required] Zope Contributor Agreement change</title>
<description>-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1  On Jun 19, 2009, at 19:01 , Wichert Akkerman wrote: &amp;gt; Are you sending receipt confirmations? I submit</description>
<pubDate>19 Jun  2009 10:04:26 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222583</link>
</item><item>
<title>Re: VHM missing &amp;#039;mappings&amp;#039; tab in Safari 4 - just me?</title>
<description>-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sean Fulmer wrote: &amp;gt; Tres Seaver &amp;lt;tseaver@...&amp;gt; writes: &amp;gt; &amp;gt;&amp;gt; Sean Fulmer wrote: &amp;gt;&amp;gt;&amp;gt; Hi all - I recently</description>
<pubDate>19 Jun  2009 09:20:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222582</link>
</item><item>
<title>Re: VHM missing &amp;#039;mappings&amp;#039; tab in Safari 4 - just me?</title>
<description>-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sean Fulmer wrote: &amp;gt; I&amp;#039;ve checked my authentication in both browsers, and they are the same. &amp;gt; &amp;gt; Site</description>
<pubDate>19 Jun  2009 09:14:55 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222581</link>
</item><item>
<title>Re: VHM missing &amp;#039;mappings&amp;#039; tab in Safari 4 - just me?</title>
<description>Tres Seaver &amp;lt;tseaver@...&amp;gt; writes: &amp;gt; Sean Fulmer wrote: &amp;gt; &amp;gt; Hi all - I recently upgraded to Safari 4 on Leopard 10.5.7. Since doing &amp;gt; &amp;gt; so, my Zopes&amp;#039;</description>
<pubDate>19 Jun  2009 07:10:04 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222577</link>
</item><item>
<title>[action required] Zope Contributor Agreement change</title>
<description>-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, This is a last reminder for those current contributors to the Zope  software repositories on</description>
<pubDate>19 Jun  2009 05:25:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222576</link>
</item><item>
<title>sx.translations 1.2 released!</title>
<description>I&amp;#039;m pleased to announce a new release of sx.translations. This release records the dates untranslated msgids were first seen. sx.translations provid</description>
<pubDate>19 Jun  2009 01:42:33 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222568</link>
</item><item>
<title>MailingLogger 3.3.0 Released!</title>
<description>I&amp;#039;m pleased to announce a new release of Mailinglogger. Mailinglogger provides two handlers for the standard python logging framework that enable log</description>
<pubDate>19 Jun  2009 00:56:02 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222567</link>
</item><item>
<title>Re: VHM missing &amp;#039;mappings&amp;#039; tab in Safari 4 - just me?</title>
<description>-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sean Fulmer wrote: &amp;gt; Hi all - I recently upgraded to Safari 4 on Leopard 10.5.7. Since doing so, my &amp;gt; Z</description>
<pubDate>18 Jun  2009 21:12:25 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222564</link>
</item><item>
<title>VHM missing &amp;#039;mappings&amp;#039; tab in Safari 4 - just me?</title>
<description>Hi all - I recently upgraded to Safari 4 on Leopard 10.5.7. Since doing so, my Zopes&amp;#039; VHM objects no longer show me the &amp;#039;Mappings&amp;#039; (mange_edit) tab. T</description>
<pubDate>18 Jun  2009 20:50:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222563</link>
</item><item>
<title>Re: zeo client tracking</title>
<description>+-------[ Mikael Kermorgant ]---------------------- | Hello, | | We&amp;#039;re using a zope 2.10 setup with a zeo server and several zeo clients behind | lvs</description>
<pubDate>17 Jun  2009 08:05:25 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222549</link>
</item><item>
<title>zeo client tracking</title>
<description>Hello, We&amp;#039;re using a zope 2.10 setup with a zeo server and several zeo clients behind lvs. Sometimes, we&amp;#039;d like to track which zeo client handled te</description>
<pubDate>17 Jun  2009 08:03:42 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222548</link>
</item><item>
<title>Re: Minimal server for ZPublisher.Client</title>
<description>Andreas Jung pisze: &amp;gt; On 17.06.09 15:19, Pawel Lewicki wrote: &amp;gt;&amp;gt; Hi, &amp;gt;&amp;gt; I recently discovered magic of external function dispatching using &amp;gt;&amp;gt; ZPublis</description>
<pubDate>17 Jun  2009 07:25:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222547</link>
</item><item>
<title>Re: Minimal server for ZPublisher.Client</title>
<description>On 17.06.09 15:19, Pawel Lewicki wrote: &amp;gt; Hi, &amp;gt; I recently discovered magic of external function dispatching using &amp;gt; ZPublisher.Client &amp;gt; I use a sepa</description>
<pubDate>17 Jun  2009 06:31:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222546</link>
</item><item>
<title>Minimal server for ZPublisher.Client</title>
<description>Hi, I recently discovered magic of external function dispatching using ZPublisher.Client I use a separate Zope (Plone) instance as an external server</description>
<pubDate>17 Jun  2009 06:19:07 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222545</link>
</item><item>
<title>Re: Deny public access to ZMI</title>
<description>Ustun Kaya wrote: &amp;gt; You mean running Zope behind Apache server with rewrite rule and &amp;gt; stuff? That&amp;#039;s what I&amp;#039;m going to do unless Zope itself provides</description>
<pubDate>17 Jun  2009 02:38:48 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222539</link>
</item><item>
<title>Re: Deny public access to ZMI</title>
<description>You mean running Zope behind Apache server with rewrite rule and stuff? That&amp;#039;s what I&amp;#039;m going to do unless Zope itself provides me this functionality?</description>
<pubDate>16 Jun  2009 09:18:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222531</link>
</item><item>
<title>Re: Deny public access to ZMI</title>
<description>On 16.06.09 17:36, Ustun Kaya wrote: &amp;gt; Hello, &amp;gt; &amp;gt; Is there a straightforward way of defining which IPs are authorized to &amp;gt; access to ZMI? I want to bl</description>
<pubDate>16 Jun  2009 08:49:03 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222530</link>
</item><item>
<title>Deny public access to ZMI</title>
<description>Hello, Is there a straightforward way of defining which IPs are authorized to access to ZMI? I want to block public interface access and allow it onl</description>
<pubDate>16 Jun  2009 08:36:13 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222529</link>
</item><item>
<title>Re: external method</title>
<description>Garry Saddington wrote: &amp;gt; Chris Withers wrote: &amp;gt;  &amp;gt;&amp;gt; Garry Saddington wrote: &amp;gt;&amp;gt;   &amp;gt;&amp;gt;&amp;gt; Because I want the backup to be done manually, &amp;gt;&amp;gt;&amp;gt;</description>
<pubDate>16 Jun  2009 03:39:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222521</link>
</item><item>
<title>Re: external method</title>
<description>Chris Withers wrote: &amp;gt; Garry Saddington wrote: &amp;gt;&amp;gt; Because I want the backup to be done manually, &amp;gt; &amp;gt; That doesn&amp;#039;t seem like such a hot idea. Somethin</description>
<pubDate>16 Jun  2009 02:41:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222520</link>
</item><item>
<title>Re: external method</title>
<description>Garry Saddington wrote: &amp;gt; Because I want the backup to be done manually,  That doesn&amp;#039;t seem like such a hot idea. Something that&amp;#039;s easilly forgotten.</description>
<pubDate>16 Jun  2009 02:33:50 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222519</link>
</item><item>
<title>Re: external method</title>
<description>Chris Withers wrote: &amp;gt; Garry Saddington wrote: &amp;gt;  &amp;gt;&amp;gt; I have the following external method to back up a postgres database, &amp;gt;&amp;gt; using the following so</description>
<pubDate>16 Jun  2009 02:17:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222518</link>
</item><item>
<title>Re: external method</title>
<description>Garry Saddington wrote: &amp;gt; I have the following external method to back up a postgres database, &amp;gt; using the following software versions. Why on earth</description>
<pubDate>16 Jun  2009 02:09:21 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222517</link>
</item><item>
<title>Re: external method</title>
<description>&amp;gt; &amp;gt; &amp;gt; &amp;gt; Zope is running as user scholarpack who is an administrator on win &amp;gt; server 2008. &amp;gt; / &amp;gt; usar scholarpack have rights to access postgres? are</description>
<pubDate>15 Jun  2009 18:19:33 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222515</link>
</item><item>
<title>external method</title>
<description>I have the following external method to back up a postgres database, using the following software versions. Zope Version     (Zope 2.9.0, python</description>
<pubDate>15 Jun  2009 13:40:26 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222514</link>
</item><item>
<title>Re: How to move acl_users from a Zope 2.7.8 server to Zope 2.10.7 ?</title>
<description>On Fri, Jun 12, 2009 at 7:09 AM, Chris Withers&amp;lt;chris@simplistix.co.uk&amp;gt; wrote: &amp;gt;&amp;gt;  The internal format of Data.fs has not changed? &amp;gt; &amp;gt; Newer versions o</description>
<pubDate>12 Jun  2009 08:04:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222498</link>
</item><item>
<title>Re: How to move acl_users from a Zope 2.7.8 server to Zope 2.10.7 ?</title>
<description>Aleksey Tsalolikhin wrote: &amp;gt;&amp;gt;&amp;gt; How do I migrate the users in acl_users from the Zope 2.7.8 server to &amp;gt;&amp;gt;&amp;gt; the 2.10.7 one? &amp;gt;&amp;gt; Why don&amp;#039;t you just copy th</description>
<pubDate>12 Jun  2009 07:09:33 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222497</link>
</item><item>
<title>Re: scope of &amp;lt;dtml-let&amp;gt; tag</title>
<description>On 12.06.09 10:27, indrajit926 indra wrote: &amp;gt; Hello All, &amp;gt; &amp;gt; I faced a parsing error when I used &amp;lt;dtml-if&amp;gt; and &amp;lt;dtml-let&amp;gt;, like below &amp;gt; &amp;gt; -----some dt</description>
<pubDate>12 Jun  2009 01:32:10 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222492</link>
</item><item>
<title>scope of &amp;lt;dtml-let&amp;gt; tag</title>
<description>Hello All, I faced a parsing error when I used &amp;lt;dtml-if&amp;gt; and &amp;lt;dtml-let&amp;gt;, like below -----some dtml code----- &amp;lt;dtml-if CONDITION&amp;gt;       &amp;lt;dtml-</description>
<pubDate>12 Jun  2009 01:27:16 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222491</link>
</item><item>
<title>Re: Is there a Zope migration tool?</title>
<description>2009/6/11 Aleksey Tsalolikhin &amp;lt;atsaloli.tech@gmail.com&amp;gt;: &amp;gt; I am trying to figure out how move this beastie over with all its data and &amp;gt; all its users.</description>
<pubDate>11 Jun  2009 07:18:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222483</link>
</item><item>
<title>Re: Getting Auto Increment value</title>
<description>I am suspecting that serial in MySQL works like serial in PostgreSQL in which a sequence is automatically created. If so, you should be able to quer</description>
<pubDate>11 Jun  2009 06:25:17 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222482</link>
</item><item>
<title>Re: Getting Auto Increment value</title>
<description>to my knowledge SELECT LAST_INSERT_ID(); is per connection. so if you do the call in the same request in which you did the the creation of the record,</description>
<pubDate>11 Jun  2009 06:18:50 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222481</link>
</item><item>
<title>Re: Getting Auto Increment value</title>
<description>On 11.06.09 14:36, Merav Ben-David wrote: &amp;gt; &amp;gt;  &amp;gt; &amp;gt; I am working with zope &amp;amp; mysql. &amp;gt; &amp;gt; I have a table with SERIAL column type, I create â€œz-sql meth</description>
<pubDate>11 Jun  2009 05:50:50 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222480</link>
</item><item>
<title>Getting Auto Increment value</title>
<description>I am working with zope &amp;amp; mysql. I have a table with SERIAL column type, I create &amp;quot;z-sql method&amp;quot; for insert operation, how can I get the value for the</description>
<pubDate>11 Jun  2009 05:36:21 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222479</link>
</item><item>
<title>Re: How to move acl_users from a Zope 2.7.8 server to Zope 2.10.7 ?</title>
<description>On 11.06.09 01:05, Aleksey Tsalolikhin wrote: &amp;gt; On Sun, Jun 7, 2009 at 10:25 AM, Chris Withers&amp;lt;chris@simplistix.co.uk&amp;gt; wrote: &amp;gt;  &amp;gt;&amp;gt; Aleksey Tsalolik</description>
<pubDate>10 Jun  2009 20:40:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222469</link>
</item><item>
<title>Re: Is there a Zope migration tool?</title>
<description>Andreas wrote:  &amp;gt; Since migrations are application specific, you usually have to write &amp;gt; a migration script yourself. Zope does not know about change</description>
<pubDate>10 Jun  2009 16:22:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222468</link>
</item><item>
<title>Re: How to move acl_users from a Zope 2.7.8 server to Zope 2.10.7 ?</title>
<description>On Sun, Jun 7, 2009 at 10:25 AM, Chris Withers&amp;lt;chris@simplistix.co.uk&amp;gt; wrote: &amp;gt; Aleksey Tsalolikhin wrote: &amp;gt;&amp;gt; &amp;gt;&amp;gt; Hi.  I am moving a Web application fr</description>
<pubDate>10 Jun  2009 16:05:51 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222467</link>
</item><item>
<title>Re: Is there a Zope migration tool?</title>
<description>2009/6/7 Aleksey Tsalolikhin &amp;lt;atsaloli.tech@gmail.com&amp;gt;: &amp;gt; My Zope 2.10 server tells me: &amp;gt; &amp;gt;    Note: Zope can export/import objects in two dfferent fo</description>
<pubDate>09 Jun  2009 03:28:25 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222446</link>
</item><item>
<title>Re: How to move acl_users from a Zope 2.7.8 server to Zope 2.10.7 ?</title>
<description>Aleksey Tsalolikhin wrote: &amp;gt; Hi. I am moving a Web application from a Zope 2.7.8 server to 2.10.7. &amp;gt; &amp;gt; How do I migrate the users in acl_users from</description>
<pubDate>07 Jun  2009 10:25:17 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222442</link>
</item><item>
<title>Re: Is there a Zope migration tool?</title>
<description>On 07.06.09 19:02, Aleksey Tsalolikhin wrote: &amp;gt; My Zope 2.10 server tells me: &amp;gt; &amp;gt;   Note: Zope can export/import objects in two dfferent formats: &amp;gt;</description>
<pubDate>07 Jun  2009 10:13:34 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222441</link>
</item><item>
<title>Re: ZeoRAID usage in production</title>
<description>Miles Waller wrote: &amp;gt; From the docs: &amp;gt; &amp;quot;Keep backups of your data. ZEORaid has good unit test coverage but &amp;gt; hasn&amp;#039;t seen live action yet, so keep th</description>
<pubDate>07 Jun  2009 10:13:09 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222440</link>
</item><item>
<title>Is there a Zope migration tool?</title>
<description>My Zope 2.10 server tells me:   Note: Zope can export/import objects in two dfferent formats:   a binary format (called ZEXP) and as XML. The ZEX</description>
<pubDate>07 Jun  2009 10:02:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222439</link>
</item><item>
<title>Re: How to move acl_users from a Zope 2.7.8 server to Zope 2.10.7 ?</title>
<description>Hi. I am moving a Web application from a Zope 2.7.8 server to 2.10.7. How do I migrate the users in acl_users from the Zope 2.7.8 server to the 2.10</description>
<pubDate>06 Jun  2009 18:21:47 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222432</link>
</item><item>
<title>Re: call http_host script</title>
<description>+-------[ iarly selbir | ski0s ]---------------------- | I added following code to a python script and when try to save it returns | | Prints, never</description>
<pubDate>05 Jun  2009 09:50:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222427</link>
</item><item>
<title>Re: call http_host script</title>
<description>I added following code to a python script and when try to save it returns Prints, never read &amp;#039;printed&amp;#039; variable. Code: req = context.REQUEST addr =</description>
<pubDate>05 Jun  2009 09:50:33 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222426</link>
</item><item>
<title>Re: call http_host script</title>
<description>-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 iarly selbir | ski0s wrote: &amp;gt; There are some variable similar $_SERVER[&amp;#039;HTTP_HOST&amp;#039;] ( in php ) using &amp;gt;</description>
<pubDate>05 Jun  2009 09:07:33 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222425</link>
</item><item>
<title>Re: call http_host script</title>
<description>On 05.06.09 14:40, iarly selbir | ski0s wrote: &amp;gt; There are some variable similar $_SERVER[&amp;#039;HTTP_HOST&amp;#039;] ( in php ) using &amp;gt; Plone? The &amp;#039;request&amp;#039; object</description>
<pubDate>05 Jun  2009 05:43:05 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222423</link>
</item><item>
<title>call http_host script</title>
<description>There are some variable similar $_SERVER[&amp;#039;HTTP_HOST&amp;#039;] ( in php ) using Plone? Thanks in advance.  Regards, - - iarly selbir | ski0s :wq!</description>
<pubDate>05 Jun  2009 05:40:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222422</link>
</item><item>
<title>ZeoRAID usage in production</title>
<description>Hi, This is mainly a question for Christian, but I&amp;#039;m cc&amp;#039;ing the list as it will be useful knowledge to be generally available. I was looking at this</description>
<pubDate>02 Jun  2009 09:56:57 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222387</link>
</item><item>
<title>Re: Zsql and oracle CLOB column</title>
<description>harshad behere wrote: &amp;gt; Dear list, &amp;gt; &amp;gt; While inserting data into one of the oracle table&amp;#039;s CLOB column using &amp;gt; zsql via python script, we observed th</description>
<pubDate>27 May  2009 08:28:54 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222316</link>
</item><item>
<title>Re: Error packing database</title>
<description>----- Original Message ----- From: &amp;quot;Fabian Schoeck&amp;quot; &amp;lt;fabian.schoeck@physik.uni-erlangen.de&amp;gt; To: &amp;lt;zope@zope.org&amp;gt; Sent: Wednesday, May 27, 2009 4:08 AM</description>
<pubDate>27 May  2009 04:40:32 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222310</link>
</item><item>
<title>Zsql and oracle CLOB column</title>
<description>Dear list, While inserting data into one of the oracle table&amp;#039;s CLOB column using zsql via python script, we observed that zope process (running in d</description>
<pubDate>27 May  2009 03:28:17 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222306</link>
</item><item>
<title>Error packing database</title>
<description>Dear list, when trying to pack my data base, I get the following error: ------- 2009-05-26T18:30:52 ERROR ZODB.DB packing Traceback (most recent cal</description>
<pubDate>27 May  2009 01:08:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222302</link>
</item><item>
<title>Re: Installing Zope 3</title>
<description>-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Patrick Gerken wrote: &amp;gt; On Tue, May 26, 2009 at 17:25, Michael Haubenwallner &amp;lt;michael@d2m.at&amp;gt; wrote: &amp;gt;</description>
<pubDate>26 May  2009 08:54:51 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222299</link>
</item><item>
<title>Re: Installing Zope 3</title>
<description>On Tue, May 26, 2009 at 17:25, Michael Haubenwallner &amp;lt;michael@d2m.at&amp;gt; wrote: &amp;gt; -----BEGIN PGP SIGNED MESSAGE----- &amp;gt; Hash: SHA1 &amp;gt; &amp;gt; Jan Ulrich Hasecke</description>
<pubDate>26 May  2009 08:30:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222298</link>
</item><item>
<title>Re: Installing Zope 3</title>
<description>-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jan Ulrich Hasecke wrote: &amp;gt; I think that http://www.zope.org/Products/ should be updated. No chance &amp;gt; f</description>
<pubDate>26 May  2009 08:25:29 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222297</link>
</item><item>
<title>Re: Installing Zope 3</title>
<description>I think that http://www.zope.org/Products/ should be updated. No  chance for a newbie to find http://wiki.zope.org/zope3/Zope3Wiki juh</description>
<pubDate>26 May  2009 07:46:12 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222294</link>
</item><item>
<title>Re: [Zope-dev] Zope 4.0, maybe not such a bad idea...</title>
<description>Peter Bengtsson wrote at 2009-4-13 15:03 +0100: &amp;gt; - Chris, I rarely agree with you but I actually like your fearless &amp;gt;and provocative bashing for the</description>
<pubDate>26 May  2009 07:16:32 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222293</link>
</item><item>
<title>Installing Zope 3</title>
<description>Hi all! What if I want to read Philipps book about Zope 3 - shall I download  the Zope 3 tarball from zope.org 3.3.1 from 2007-01-14? This looks pr</description>
<pubDate>26 May  2009 05:24:14 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222291</link>
</item><item>
<title>[action required] Zope Contributor Agreement change</title>
<description>-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, Please exclude the mass-email, most of you will receive this more than  once, we&amp;#039;re hoping to</description>
<pubDate>24 May  2009 05:18:17 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222241</link>
</item><item>
<title>Re: Redirecting from inside a TAL macro ...</title>
<description>-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Andreas Jung wrote: &amp;gt; On 19.05.09 15:27, Analog Kid wrote: &amp;gt;&amp;gt; Hi All: &amp;gt;&amp;gt; &amp;gt;&amp;gt; I have a macro that is used</description>
<pubDate>20 May  2009 06:46:47 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222187</link>
</item><item>
<title>Re: Redirecting from inside a TAL macro ...</title>
<description>On 19.05.09 15:27, Analog Kid wrote: &amp;gt; Hi All: &amp;gt; &amp;gt; I have a macro that is used in several other page templates. In some &amp;gt; circumstances, I need to red</description>
<pubDate>19 May  2009 06:57:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222171</link>
</item><item>
<title>Redirecting from inside a TAL macro ...</title>
<description>Hi All: I have a macro that is used in several other page templates. In some circumstances, I need to redirect to another URL. Can I do this using py</description>
<pubDate>19 May  2009 06:27:27 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222170</link>
</item><item>
<title>Pyexpat and Zope 2.9.5</title>
<description>Dear list, I am trying to get Zope 2.9.5 compiled with Python 2.4.3 using the python-ldap module. I compiled my own Python and copied the site-packag</description>
<pubDate>19 May  2009 00:47:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222158</link>
</item><item>
<title>Re: Script (python) config</title>
<description>On 18.05.09 21:21, Joseph Thomas (s) wrote: &amp;gt; &amp;gt; We upgraded from zope 2.9 to 2.10 and in the process upgraded plone as &amp;gt; well. Thereâ€™s script that</description>
<pubDate>18 May  2009 12:24:47 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222156</link>
</item><item>
<title>Script (python) config</title>
<description>We upgraded from zope 2.9 to 2.10 and in the process upgraded plone as well. There&amp;#039;s script that simply returns a list of groups to which a user be</description>
<pubDate>18 May  2009 12:21:52 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222155</link>
</item><item>
<title>Re: Should I use a recent version of Zope 2?</title>
<description>That solved the confusion. I wasn&amp;#039;t aware that gadfly support has been removed from later versions of Zope. Thanks, Vimal -----Original Message-----</description>
<pubDate>17 May  2009 01:49:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222127</link>
</item><item>
<title>Re: Should I use a recent version of Zope 2?</title>
<description>On 16.05.09 17:54, Velayudhan, Vimalkumar wrote: &amp;gt; Dear all, &amp;gt; We had our original website setup on Zope-2.7.0-b2/Python-2.3.2. The &amp;gt; website had to b</description>
<pubDate>16 May  2009 09:02:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222121</link>
</item><item>
<title>Should I use a recent version of Zope 2?</title>
<description>Dear all, We had our original website setup on Zope-2.7.0-b2/Python-2.3.2. The website had to be moved to a different server. In order to keep the set</description>
<pubDate>16 May  2009 08:54:09 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222120</link>
</item><item>
<title>Re: define library path for python external method</title>
<description>You add the additional path to etc/zope.conf using the &amp;#039;path&amp;#039; directive. Stefan  On 11.05.2009, at 13:22, Dganit David wrote: &amp;gt; Hi, &amp;gt; &amp;gt; I use pytho</description>
<pubDate>13 May  2009 00:23:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/222019</link>
</item><item>
<title>Re: define library path for python external method</title>
<description>&amp;lt;snip&amp;gt; I use python script as an external method,  Do you know how to define the python libraries path. I get an error No module named ..... &amp;lt;/sni</description>
<pubDate>11 May  2009 05:37:38 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/221969</link>
</item><item>
<title>define library path for python external method</title>
<description>Hi,   I use python script as an external method,  Do you know how to define the python libraries path. I get an error No module named .....</description>
<pubDate>11 May  2009 04:22:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/221968</link>
</item><item>
<title>Working example of SOAP</title>
<description>Hi all, I need to implement a SOAP interface for our Zope website. I was trying to follow the example at http://www.zopemag.com/Issue005/Section_Artic</description>
<pubDate>11 May  2009 01:38:56 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/221965</link>
</item><item>
<title>Re: need help importing python class into zope 2.11.2</title>
<description>On 10.05.09 14:48, Dganit David wrote: &amp;gt; &amp;gt; HI &amp;gt; &amp;gt;  &amp;gt; &amp;gt; Iâ€™m new to zope and python, I wrote some basic python class and a test &amp;gt; program using this</description>
<pubDate>10 May  2009 05:55:11 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/221961</link>
</item><item>
<title>need help importing python class into zope 2.11.2</title>
<description>HI   I&amp;#039;m new to zope and python, I wrote some basic python class and a test program using this class. The script is working fine when running py</description>
<pubDate>10 May  2009 05:48:25 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/221960</link>
</item><item>
<title>Re: bug? pagetemplate using strftime</title>
<description>&amp;gt; &amp;gt; &amp;gt; &amp;gt; You can&amp;#039;t use stftime. &amp;gt; You have to manually build a string with the format you want using the &amp;gt; other methods inside DateTime. &amp;gt; &amp;gt; e.g. fetc</description>
<pubDate>08 May  2009 11:31:34 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/221947</link>
</item><item>
<title>z3c.form - custom terms for a radio widget</title>
<description>Hi, I&amp;#039;m trying to override the default terms for a radio widget on a Bool  field. My schema and form are as follows: class IBookingForm(Interface):</description>
<pubDate>08 May  2009 04:22:52 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/221943</link>
</item><item>
<title>searching for a perfect way to integrate toscawidgets in a zope product.</title>
<description>hello all, While I am doing good with grok after some reading now, I have another problem. Looking at the features of toscawidgets, am tempted to ha</description>
<pubDate>08 May  2009 03:41:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/221939</link>
</item><item>
<title>Re: bug? pagetemplate using strftime</title>
<description>+-------[ Miguel Beltran R. ]---------------------- | | |   If you strftime to show the hour and minute too, you will see as I |   previously sa</description>
<pubDate>07 May  2009 12:26:04 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/221934</link>
</item><item>
<title>Re: bug? pagetemplate using strftime</title>
<description>&amp;gt; &amp;gt; If you strftime to show the hour and minute too, you will see as I &amp;gt; previously said it is showing you the time in UTC (as determined by how &amp;gt; man</description>
<pubDate>07 May  2009 12:16:10 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/zope/users/221933</link>
</item>
</channel>
</rss>
