squishdot 0.1.5 against zope rpm 1.10.3
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. :(
At 10:07 14/07/99 , zhaoway wrote:
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:
<SNIP> 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!
Sounds like your problem, yes. It looks like the RPM isn't complete, Query.c is part of the Zope 1.10.3 distribution. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-7502100 Fax: +31-35-7502111 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
participants (2)
-
Martijn Pieters -
zhaoway