TODO for zope2.12 package?
    Gael Le Mignot 
    gael at pilotsystems.net
       
    Mon Apr 25 13:51:36 UTC 2011
    
    
  
Hello,
As  Arnaud said,  we  managed to  build,  install and  run  a Zope  2.12
instance.
I committed a  small patch to use the  latest upstream (2.12.17) instead
of the 2.12.11 that was previously used.
Once that was done, I managed to run the latest version of Plone 4 on an
instance created by dzhandle from this 2.12.17 package.
But to make the Zope instance recognize  the eggs I was forced to put in
the  lib/python  directory  of the  Zope  instance,  I  had to  add  the
following  lines at  the beginning  of  the /usr/lib/zope2.12/bin/python
wrapper script :
instance = os.getenv('INSTANCE_HOME')
if instance:
    site.addsitedir(instance + '/lib/python')
Do you  think that patch is  acceptable to go  in the main package  ? It
only allows people to put eggs in the instance's lib/python.
Regards,
-- 
Gaël Le Mignot - gael at pilotsystems.net
Pilot Systems - 9, rue Desargues - 75011 Paris
Tel : +33 1 44 53 05 55 - www.pilotsystems.net
Gérez vos contacts et vos newsletters : www.cockpit-mailing.com
    
    
More information about the pkg-zope-developers
mailing list