[ZCM] [ZC] 373/ 1 Request "Attribute Error when using ZSQL with ZPoPy and PoPy with postgres"

Collector: Zope Bugs, Features, and Patches ... zope-coders@zope.org
Thu, 02 May 2002 14:10:44 -0400


Issue #373 Update (Request) "Attribute Error when using ZSQL with ZPoPy and PoPy with postgres"
 Status Pending, Zope/bug medium
To followup, visit:
  http://collector.zope.org/Zope/373

==============================================================
= Request - Entry #1 by Anonymous User on May 2, 2002 2:10 pm

Using ZSQLMethod to pull info from a database i receive

Error, exceptions.AttributeError: 'int' object has no attribute 'strip' 

Traceback (innermost last):
  File /Zope/lib/python/ZPublisher/Publish.py, line 150, in publish_module
  File /Zope/lib/python/ZPublisher/Publish.py, line 114, in publish
  File /Zope/lib/python/Zope/__init__.py, line 159, in zpublisher_exception_hook
    (Object: open)
  File /Zope/lib/python/ZPublisher/Publish.py, line 98, in publish
  File /Zope/lib/python/ZPublisher/mapply.py, line 88, in mapply
    (Object: manage_test)
  File /Zope/lib/python/ZPublisher/Publish.py, line 39, in call_object
    (Object: manage_test)
  File /Zope/lib/python/Shared/DC/ZRDB/DA.py, line 328, in manage_test
    (Object: open)
  File /Zope/lib/python/Shared/DC/ZRDB/DA.py, line 306, in manage_test
    (Object: open)
  File /Zope/lib/python/Shared/DC/ZRDB/DA.py, line 436, in __call__
    (Object: open)
  File /Zope/lib/python/Shared/DC/ZRDB/Results.py, line 48, in __init__
  File /Zope/lib/python2.1/string.py, line 80, in strip
AttributeError: (see above)

==============================================================