erp5-zsql
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Erp5-zsql] Is it a mistake ?


From: Konstantin Danilov
Subject: [Erp5-zsql] Is it a mistake ?
Date: Mon, 06 Sep 2004 06:11:49 -0000

Hello,

I am interested in using ZSQLCatalog with Zope 2.6 and when I try to do it with 
the product downloaded from 
http://zope.org/Members/nexedi/ZSQLCatalog/0.1/ZSQLCatalog-0.1.tar.gz, I cannot 
start Zope.

In SQLIndex.py in line 70 there is the following thing:
class SQLIndex(PluggableIndex.PluggableIndex, Persistent,
     Implicit, SimpleItem):

But the module 'PluggableIndex' doesn't have an attribute 'PluggableIndex'. 
This is for PluginIndexes both for Zope 2.6 and Zope 2.7. So, when I delete 
'PluggableIndex.PluggableIndex' and leave only
"class SQLIndex(Persistent, Implicit, SimpleItem)", everything works out great!

What do you think about it?

Konstantin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]