Re: [Zope] Unpckleable error
Vicente Castelló Ferrer wrote:
D:\Desarrollo\zope>"D:\Desarrollo\zope\bin\python.exe" "D:\Desarrollo\zope\z2.py" -D ------ 2002-01-25T11:43:32 PROBLEM(100) Init Ambiguous name for method of Products.PlugIns.PlugIns.PlugInGroup: "manage_workspace" ! = "manage_main"
You have ZPatterns installed? Didn't notice that before... man, I'm washing my hands :-S I ain't seen anything like this so yer on yer own... anyone else? cheers, Chris
yeah, I have zpatterns installed. The problem(100) message has been showing up quite a long time ago. Since nothing bad seemed to happen, I could develope, install and add products without problems, I didnt care about it. It is when I run the update to zope 2.4.3 when suddenly, I could not add products like squishdot or Zcatalog or importing anything to zope. I downloaded and installed zope 2.4.3 in other folder, but when I try to import a .zexp file I exported from the problematic zope installation (the one I upgraded to) it gives me a weird error too: No module named splitter. Does s'bdy know where does the splitter module come from? or in which product can I fnd it? Any help will be appreciated. Vicente -----Mensaje original----- De: Chris Withers [mailto:chrisw@nipltd.com] Enviado el: viernes, 25 de enero de 2002 18:04 Para: Vicente Castelló Ferrer CC: zope@zope.org Asunto: Re: [Zope] Unpckleable error Vicente Castelló Ferrer wrote:
D:\Desarrollo\zope>"D:\Desarrollo\zope\bin\python.exe" "D:\Desarrollo\zope\z2.py" -D ------ 2002-01-25T11:43:32 PROBLEM(100) Init Ambiguous name for method of Products.PlugIns.PlugIns.PlugInGroup: "manage_workspace" ! = "manage_main"
You have ZPatterns installed? Didn't notice that before... man, I'm washing my hands :-S I ain't seen anything like this so yer on yer own... anyone else? cheers, Chris
=?iso-8859-1?Q?Vicente_Castell=F3_Ferrer?= writes:
... I downloaded and installed zope 2.4.3 in other folder, but when I try to import a .zexp file I exported from the problematic zope installation (the one I upgraded to) it gives me a weird error too:
No module named splitter.
Does s'bdy know where does the splitter module come from? or in which product can I fnd it? It was moved with Zope 2.4 from "SearchIndex" to "Products/PluginIndexes" (or something like this). "SearchIndex" was supposed to be supported for some time for reasons of backward compatibility.
Dieter
Dieter Maurer wrote:
=?iso-8859-1?Q?Vicente_Castell=F3_Ferrer?= writes:
... I downloaded and installed zope 2.4.3 in other folder, but when I try to import a .zexp file I exported from the problematic zope installation (the one I upgraded to) it gives me a weird error too:
No module named splitter.
It just occurred to me, what platform is this on and how did you install Zope? It sounds like the splitter hasn't actually been compiled and so isn't available... cheers, Chris
participants (3)
-
Chris Withers -
Dieter Maurer -
Vicente Castelló Ferrer