squishdot IOBtree dependency problem
I am trying to install squishdot-1-1-0 with zope-2.3.0. When I try to restart Zope after unpacking squishdot in the Products dir, I get the error File /usr/local/Zope/lib/python/Products/Squishdot/__init__.py, line 122, in ? File /usr/local/Zope/lib/python/Products/Squishdot/Squishdot.py, line 161, in ? File /usr/local/Zope/lib/python/Products/Squishdot/SquishSite.py, line 13, in ? ImportError: No module named BTrees.IOBTree SquishSite.py line 13 reads 'from BTrees.IOBTree import IOBTree'. I notice that I have IOBtree c src files and shared libraries in my zope distribution: nitace:/usr/local/Zope> find . -name "IOBTree*" ./lib/Components/BTree/IOBTree.c ./lib/python/IOBTree.so Is my build incomplete? Any advice on what should be done? Thanks, John Hunter
It says on the download page for it that it only works on zope 2.3.2 and above. That was also in the announce page for the new version. Upgrade zope then it will work. Designing the webpages of tomorrow http://webme-eng.com Designing the MMORPGS of tomorrow http://worldforge.org On 14 May 2001, John Hunter wrote:
I am trying to install squishdot-1-1-0 with zope-2.3.0.
When I try to restart Zope after unpacking squishdot in the Products dir, I get the error
File /usr/local/Zope/lib/python/Products/Squishdot/__init__.py, line 122, in ? File /usr/local/Zope/lib/python/Products/Squishdot/Squishdot.py, line 161, in ? File /usr/local/Zope/lib/python/Products/Squishdot/SquishSite.py, line 13, in ? ImportError: No module named BTrees.IOBTree
SquishSite.py line 13 reads 'from BTrees.IOBTree import IOBTree'.
I notice that I have IOBtree c src files and shared libraries in my zope distribution:
nitace:/usr/local/Zope> find . -name "IOBTree*" ./lib/Components/BTree/IOBTree.c ./lib/python/IOBTree.so
Is my build incomplete?
Any advice on what should be done?
Thanks, John Hunter
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
"kosh" == kosh <kosh@aesaeion.com> writes:
kosh> It says on the download page for it that it only works on kosh> zope 2.3.2 and above. That was also in the announce page for kosh> the new version. Upgrade zope then it will work. Thanks! I do feel stupid, BTW. Just for the record, I did peruse the Installation page for version requirements and found nothing. Shoulda checked the download page too.... JDH
Yeah it was not put in enough pages. Designing the webpages of tomorrow http://webme-eng.com Designing the MMORPGS of tomorrow http://worldforge.org On 14 May 2001, John Hunter wrote:
"kosh" == kosh <kosh@aesaeion.com> writes:
kosh> It says on the download page for it that it only works on kosh> zope 2.3.2 and above. That was also in the announce page for kosh> the new version. Upgrade zope then it will work.
Thanks!
I do feel stupid, BTW. Just for the record, I did peruse the Installation page for version requirements and found nothing. Shoulda checked the download page too....
JDH
participants (3)
-
Chris Withers -
John Hunter -
kosh@aesaeion.com