[Zope] Zope/PostgreSQL/PoPy
Jim Penny
jpenny@universal-fasteners.com
Fri, 24 Aug 2001 09:46:29 -0400
On Thu, Aug 23, 2001 at 03:55:31PM -0500, Matt Hand wrote:
> On Thu, Aug 23, 2001 at 04:30:48PM -0400, Jim Penny wrote:
> >
With any luck this is just a "me too" message.
ZPoPyDA 2.0.7 does in fact have a serious problem
with strings.
Fortunately the fix is extermely easy.
At about line 25 of PoPy_DA.py, insert a line that says
import string
I put it right before the line saying
from PoPy_db import DB
Make sure you are editting the version in
$(ZOPEHOME)/lib/products/python/ZPoPyDA
Restart zope after you make this edit.
This will fix the problem both in the test tab and in actual use.
Jim Penny