> > Are you sure you have only one installed instance of Python on your
> system?
>
> I have two, one standalone 2.1.2 and the Zope python. The standalone is not
> in the path. The Zope one is.
> This didn't cause problems before. It worked perfectly with XML-transform
> and the Win installers of 4suite and pyxml.
> 4suite installer won't even install without a python entry in the registry.
> The Zope python isn't in the registry it seems.
My guess is that is the culprit. Somehow the 4suite
libraries got installed into the wrong python instance.
It sounds like the Zope/python instance is not adding
itself to the windows registry, and the 4suite and pyxml
installations require an instance to be in the registry.
That is bad.
One possibility is to install zope, then REMOVE the python
installation from zope. That way, you are guaranteed
that every piece of the system (4suite, pyxml, zope) will
use the same installation of python, namely the standalone
one.
hope this helps,
--Craeg
|