[ZPT] Using ZPT i18n outside ZPT?
   
    Richard Jones
     
    rjones@ekit-inc.com
       
    Tue, 21 Jan 2003 11:30:38 +1100
    
    
  
On Tue, 21 Jan 2003 10:04 am, Fernando Martins wrote:
> Jean-Michel Hiver wrote:
> > Allright... another question then... is it possible to use ZPT outside
> > zope? Is there a place where I can find some docs on where to retrieve
> > ZPT with the translation service only?
>
> This might be what you're looking for:
>
> http://www.zopelabs.com/cookbook/998065931/
The problem with that is that as it states at the bottom, you need the "C 
extensions from Zope: Acquisition, ExtensionClass, ComputedAttribute, 
MultiMapping". That implies a build of Zope and installation of those modules 
in the core python lib (which could then clash with a later install of Zope).
ZPT can't be considered stand-alone without the removal of those dependencies. 
It can be done - I did it for Roundup.
   Richard