how to install zope eggs
hi there, I would like to install an egg that depends on zope eggs installed (i18ndude) this of course can easily be done with easy_install. however afterwards non of my zope installations (and I have a number of them on the system) are working anymore because python is picking up some parts of the installed zope eggs. with no-deps I can avoid installing the zope eggs but the i18ndude does not work anymore. how can I install zope eggs (or i18ndude that is) such that my zope installations still work? or phrased differently: how can I install the zope eggs into a given zope instance? thanks robert
--On 10. Juli 2007 06:12:42 +0200 robert rottermann <robert@redcor.ch> wrote:
hi there, I would like to install an egg that depends on zope eggs installed (i18ndude) this of course can easily be done with easy_install. however afterwards non of my zope installations (and I have a number of them on the system) are working anymore because python is picking up some parts of the installed zope eggs.
with no-deps I can avoid installing the zope eggs but the i18ndude does not work anymore.
how can I install zope eggs (or i18ndude that is) such that my zope installations still work? or phrased differently: how can I install the zope eggs into a given zope instance?
You install Egg depending on Zope egg using the easy_install --no-deps and you set PYTHONPATH to YOUR_ZOPE/lib/python -aj
robert rottermann schrieb:
hi there, I would like to install an egg that depends on zope eggs installed (i18ndude) this of course can easily be done with easy_install. however afterwards non of my zope installations (and I have a number of them on the system) are working anymore because python is picking up some parts of the installed zope eggs.
with no-deps I can avoid installing the zope eggs but the i18ndude does not work anymore.
how can I install zope eggs (or i18ndude that is) such that my zope installations still work? or phrased differently: how can I install the zope eggs into a given zope instance?
thanks robert
Hi Robert, try to add i18ndude with an virtual-python install environment. http://peak.telecommunity.com/DevCenter/EasyInstall#creating-a-virtual-pytho... This works fine for me. Cheers Christian
_______________________________________________ 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)
-
Andreas Jung -
Christian Klinger -
robert rottermann