Re: [Zope] Can Zope use a Different Python?

2000-11-11 Thread Petr van Blokland

We made a link in zope/lib to the real python,
replacing the python folder there. That works.

Gary Perez wrote:

> Hi.
>
> We've got Zope 2.2.2 installed on a Linux box. We want to be able to use
> the full-up python that's on the box instead of the python interpreter
> that comes with Zope for playing with External Methods.
>
> Is there any way to circumvent Zope's python in this way?
>
> If not, what's the easiest way to extend Zope to be able to use our
> non-Zope python?
>
> Alternatively, we're plagued by import and attribute errors when
> accessing the External Methods. Will simply moving (or linking?) all the
> pieces (whatever.py, __init__.py, etc.) into a subdirectory of "Shared"
> fix the problem?
>
> Thanks in advance for your help.
> -GMP
>
> ___
> Zope maillist  -  [EMAIL PROTECTED]
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] Upscaling of performance

2000-11-02 Thread Petr van Blokland

Hi,
does have anyone reference on or information about
the upscaling of Zope for *very* large hit performance:
1.000.000 per day or so?

Petr van Blokland
[EMAIL PROTECTED]


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] images in directories

2000-11-02 Thread Petr van Blokland

>
> "Farrell, Troy" wrote:
>
> 
>   
> 

This also works:




Petr van Blokland
[EMAIL PROTECTED]


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] Re: Multi-lingual sites and workflow

2000-11-02 Thread Petr van Blokland

Holger,
thanks, I will check it out.
Reason for the different approach is that we have to have
an aditional layer inbetween pages and modules as we call them.

We have a list of modules which are plain texts pieces that can
be on several pages in the site (and other things, they are xml based
and can be used in PDF as well).
There is one template for the whole site (which is a *complete* html
document since just headers and footers won't work most of the time).

Pages are only bindings of module names to labelnames and the
template name to be used for the page.
A typical page is:



 



The site-template would contain something like:


 
  
 
 
  
 



 
 
 
 
 



 


One of the advantages this way is that modules take care of themselves.
Adding a parameters in the url will make all the modules add a button
to themselves as link to an editor windows on that module. Page and
template don't need to know.

This contruction has proved very flecxible, but is the opposite from
the translate approach.

Regards, Petr



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )