[Zope] squishdot 0.1.5 against zope rpm 1.10.3
zhaoway
zhaoway@mud.jlonline.com
Wed, 14 Jul 1999 16:07:59 +0800
I've encountered a problem when installing
Squishdot 0.1.5 on Zope RPM 1.10.3
I got a broken product.
Then I looked into the Traceback. It says:
Squishdot Import Traceback
Traceback (innermost last):
File
"/tmp/Zope-rootdir/usr/lib/python1.5/site-packages/Zope/OFS/Application.py",
line 395, in import_products
File
"/usr/lib/python1.5/site-packages/Zope/Products/Squishdot/__init__.py", line
128, in ?
import Squishdot, Squishfile
File
"/usr/lib/python1.5/site-packages/Zope/Products/Squishdot/Squishdot.py",
line 131, in ?
from SearchIndex.TextIndex import TextIndex
File "/tmp/Zope-rootdir/usr/lib/python1.5/SearchIndex/__init__.py", line
91, in ?
ImportError: No module named Query
Since I've successfully installed Squishdot on my local win98 test box,
I went to checked out that,
on my local win98 test box w/ Zope for windows installed:
there're Query.c and Query.pyd under lib/python/SearchIndex
while on my linux box w/ Zope RPM installed, there're no
such files.
Maybe this is the problem? Please clarify me. Thanks!
--zhaoway
P.S. Squishdot 0.1.4 w/ the same Zope rpm on linux
has no problem. confusing. :(