Zope 2.7.0 and Plone 2 - No module named ZopeSplitter
Hi I have installed Zope 2.7.0, Python 2.3.3 and CMF1.4. on a SuSE 8.2 Enterprise Server. I have created a ZOPE_SOFTWARE , ZOPE_INSTANCE and a ZOPEPRODUCTS dir for third-party and plone packages. Zope is running ok. I get the following error when I try to add a Plone Site. Site Error An error was encountered while publishing this resource. Error Type : ImportError Error Value : No module named ZopeSplitter I have checked my zope.conf file products directive = /local/sw/zope/zopeproducts and ZopeSplitter reside in /local/sw/zope/zopeproducts/PluginIndex/TestIndex/Splitter/ZopeSlipter Can someone explain if I have missed something or must run a python script or something to enable this to run I didn't have any problems deploying Plone site on our existing Zope 2.6.3 site . Cheers Chuck
--On Freitag, 2. Juli 2004 15:35 Uhr +0100 Chuck Amadi <chuck@smtl.co.uk> wrote:
Hi I have installed Zope 2.7.0, Python 2.3.3 and CMF1.4. on a SuSE 8.2 Enterprise Server.
I have created a ZOPE_SOFTWARE , ZOPE_INSTANCE and a ZOPEPRODUCTS dir for third-party and plone packages.
Zope is running ok.
I get the following error when I try to add a Plone Site.
Site Error
An error was encountered while publishing this resource.
Error Type : ImportError
Error Value : No module named ZopeSplitter
I have checked my zope.conf file
products directive = /local/sw/zope/zopeproducts
and ZopeSplitter reside in /local/sw/zope/zopeproducts/PluginIndex/TestIndex/Splitter/ZopeSlipter
Why the hell are you moving parts of the Zope core distribution around? PluginIndex/.... should remain there were it is by default: in the lib/python/Products folder of your Zope installation and nowhere else. Give us five very good reasons for your setup if you want help :-) -aj
Hi Sorry to have sent this thru I have used the the Zope 2.7.0 and PLone Doc's. First of all I created my zope instance and then a zope products for third-party and plone packages as instructed and somewhere down the line I didn't chown the Products stuff from Plone2.03 . Thus I have restarted and chwon -R Products stuff from Plone 2.03 and the symlink the CMF1-4 stuff it all works and functions fine and Im able to migrate my zexp files from my previous deployed Zope/Plone site. Cheers for reply just had a minor relapse. On Fri, 2004-07-02 at 15:22, Andreas Jung wrote:
--On Freitag, 2. Juli 2004 15:35 Uhr +0100 Chuck Amadi <chuck@smtl.co.uk> wrote:
Hi I have installed Zope 2.7.0, Python 2.3.3 and CMF1.4. on a SuSE 8.2 Enterprise Server.
I have created a ZOPE_SOFTWARE , ZOPE_INSTANCE and a ZOPEPRODUCTS dir for third-party and plone packages.
Zope is running ok.
I get the following error when I try to add a Plone Site.
Site Error
An error was encountered while publishing this resource.
Error Type : ImportError
Error Value : No module named ZopeSplitter
I have checked my zope.conf file
products directive = /local/sw/zope/zopeproducts
and ZopeSplitter reside in /local/sw/zope/zopeproducts/PluginIndex/TestIndex/Splitter/ZopeSlipter
Why the hell are you moving parts of the Zope core distribution around? PluginIndex/.... should remain there were it is by default: in the lib/python/Products folder of your Zope installation and nowhere else. Give us five very good reasons for your setup if you want help :-)
-aj
participants (2)
-
Andreas Jung -
Chuck Amadi