Hello, I am trying to install Ape on my Windows XP box. I use Zope 2.7 (2.7.0 I think it is) and Ape 1.0, with Instance Homes. Before attempting to install Ape, I made sure that the Zope install and the instance home worked. After putting Ape in the $INSTANCE/Products folder, adding the FS-mapper configuration part from components.xml to zope.conf: %import Products.Ape <ape-db fs> <ape-storage> mapper-variation filesystem <ape-fs-connection fs> basepath $INSTANCE/var/myfs </ape-fs-connection> </ape-storage> mount-point /fs scan-interval 10 </ape-db> and then I try to restart Zope, but get the following error: Error: could not load package Products.Ape: No module named Ape For help, use C:\Program Files\Plone 2\Zope\lib\python\Zope\Startup\run.py -h so, apparently it can't find the Products folder or the Ape module in it. Any ideas on how to make this work? Thanks, /dario -- -- ------------------------------------------------------------------- Dario Lopez-Kästen, IT Systems & Services Chalmers University of Tech. "...and click? damn, I need to kill -9 Word again..." - b using macosx
Dario Lopez-Kästen wrote:
and then I try to restart Zope, but get the following error:
Error: could not load package Products.Ape: No module named Ape For help, use C:\Program Files\Plone 2\Zope\lib\python\Zope\Startup\run.py -h
so, apparently it can't find the Products folder or the Ape module in it.
Disgustingly, you still need to set the INSTANCE_HOME variable in your runzope.bat. cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
Chris Withers wrote:
Disgustingly, you still need to set the INSTANCE_HOME variable in your runzope.bat.
cheers,
Chris
aahhh.... that was it. Thanks! /dario - who thinks that it is really hard to maintain both python, Zope and Plone on the same Windows machine at the same time w/o something breaking, like, say, the registry. Not to menntion the fact that if you try to maintain several versions of each, some registry key or other will inevitable fail and get mixed up, even more than before. -- -- ------------------------------------------------------------------- Dario Lopez-Kästen, IT Systems & Services Chalmers University of Tech. "...and click? damn, I need to kill -9 Word again..." - b using macosx
Dario Lopez-Kästen wrote:
/dario - who thinks that it is really hard to maintain both python, Zope and Plone on the same Windows machine at the same time w/o something breaking, like, say, the registry. Not to menntion the fact that if you try to maintain several versions of each, some registry key or other will inevitable fail and get mixed up, even more than before.
Just never install Zope as a service, No registry involved then ;-) Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
----- Original Message ----- From: "Dario Lopez-Kästen" <dario@ita.chalmers.se> To: "Chris Withers" <chris@simplistix.co.uk> Cc: "ZopeList" <zope@zope.org> Sent: Thursday, February 24, 2005 10:27 AM Subject: Re: [Zope] Ape and Zope 2.7.x
Chris Withers wrote:
Disgustingly, you still need to set the INSTANCE_HOME variable in your runzope.bat.
cheers,
Chris
aahhh.... that was it. Thanks!
/dario - who thinks that it is really hard to maintain both python, Zope and Plone on the same Windows machine at the same time w/o something breaking, like, say, the registry. Not to menntion the fact that if you try to maintain several versions of each, some registry key or other will inevitable fail and get mixed up, even more than before.
Heck, add mysql, reportlab and PIL w/ the above aforementioned on windows... _THEN_ you have a party !! ;)
-- -- ------------------------------------------------------------------- Dario Lopez-Kästen, IT Systems & Services Chalmers University of Tech. "...and click? damn, I need to kill -9 Word again..." - b using macosx _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
bobb -
Chris Withers -
Dario Lopez-Kästen