Hello! On Thu, 13 May 1999, Christopher Petrilli wrote:
Have you guys ran Zope 1.11 under Linux 2.0.x with Python 1.5.2? I can't get the thing to work.
As of today, we're still only "certifying" 1.5.1, not 1.5.2, simply because we haven't had the time to really beat 1.5.2 enough to make sure it works. This will definitely happen after we get back from Linux Expo next week.
Yesterday I found a problem in DocumentTemplate, tag #in, batches. I verified and found that my installation of Zope was affected. My little Zope+Postgres demo: http://sun.med.ru/cgi-bin/Zope.cgi/phd01/copy_of_phd01_Report_01. Look, the buttons Prev/Next displays incorrect numbers. Usually I use ZTemplates without Zope, so I wrote a little test program - and yes, the problem is here. I am attaching a little test program. The program generates incorect output (below). I remember the time batches generated correct results. the only think that was changed - I installed python 1.5.2. <HTML> <HEAD> <TITLE> Batches </TITLE> </HEAD> <BODY> <h2>Batches</h2> <A HREF="batches.py?start=25">Prev -16</A> <table> <tr> <td><b>jjj</b>:</td> <td>JJJ</td> </tr> <tr> <td><b>kkk</b>:</td> <td>KKK</td> </tr> <tr> <td><b>lll</b>:</td> <td>LLL</td> </tr> <tr> <td><b>mmm</b>:</td> <td>MMM</td> </tr> <tr> <td><b>nnn</b>:</td> <td>NNN</td> </tr> </table> <A HREF="batches.py?start=14">Next 1</A> </BODY> </HTML> Oleg. ---- Oleg Broytmann National Research Surgery Centre http://sun.med.ru/~phd/ Programmers don't die, they just GOSUB without RETURN.