<?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 16:10:49 -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>
</channel>
</rss>
