[Zope-dev] Re: [squishdot] Squishdot site did not setup Tiny Tables

2000-12-26 Thread Chris Withers

 the three Tiny Tables for the left,right, and bottom box.  I have
 Tiny Table installed and can add a Tiny Table to a directory, but
 can't seem to get a Squishdot site to create the tables.  What am I
 doing wrong?

This is a bug which will get fixed soon.

However, it's partly due to the fact that there's no nice reliable way to
check whether a product is installed, what version of a product is installed
and whether the current user has the permissions needed to add objects of
that product's type that I know of.

If anyone knows different, please let me know :-)

cheers,

Chris


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




[Zope-dev] zPoPy oid issues

2000-12-26 Thread Casey Duncan

On my Zope instance (2.2.4) using zPoPyDA (0.7) and PoPy (1.4.1) any
select query trying to return an oid from postgres (7.0.3) crashes Zope.

i.e. SELECT oid FROM foo;

After doing some digging around, trying to do the same query directly in
Python using the PoPy module results in a seg fault. So the problem
would seem to be with PoPy and not the DA.

-- 
| Casey Duncan
| Kaivo, Inc.
| [EMAIL PROTECTED]
`--

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )