[Zope] Templating language but not XMLish nor DTML

2006-02-01 Thread Peter Bengtsson
In zope2... I love ZPT for XMLish content like HTML but I'm not that excited about DTML which I use for zopeifying .css and .js files and email texts. What other templating have people had success with in their zope2 apps? -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.is

[Zope] Error when starting Zope 2.9.0

2006-02-01 Thread Hugo Ramos
Yellow ppl, I've instaled Zope 2.9.0 on Fedora 4 using Python 2.4.2 compiled from source. Everything ok. I was trying to do exactly the same (Zope 2.9.0 with Python 2.4.2 from source) in Debian 3.1 and I got the following error: === bsbserv035:/var/zope/inst1/bin# ./runzope Tr

Re: [Zope] Error when starting Zope 2.9.0

2006-02-01 Thread Andreas Jung
--On 1. Februar 2006 11:57:08 -0200 Hugo Ramos <[EMAIL PROTECTED]> wrote: Yellow ppl, I've instaled Zope 2.9.0 on Fedora 4 using Python 2.4.2 compiled from source. Everything ok. I was trying to do exactly the same (Zope 2.9.0 with Python 2.4.2 from source) in Debian 3.1 and I got the followi

Re: [Zope] Error when starting Zope 2.9.0

2006-02-01 Thread Hugo Ramos
I've used the following commands: ./configure --prefix=/var/zope --with-python=/usr/local/bin/python2.4 make make install cd /var/zope/bin/ ./mkzopeinstance.py Regards Hugo On 2/1/06, Andreas Jung <[EMAIL PROTECTED]> wrote: > > > --On 1. Februar 2006 11:57:08 -0200 Hugo Ramos <[EMAIL PROTECT

[Zope] main Zope 3 benefits

2006-02-01 Thread michael nt milne
HiIs there a page anywhere which lists the main benefits of Zope 3? I've had a look around and there is lots of developer information but not so much for the site manager/producer-- Michael ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/

[Zope] Serve PHP/Perl within Zope

2006-02-01 Thread sharif islam
Has anyone tried using this method: http://www.zope.org/Members/Mamey/PHP I am little confused about how to serve the actual php content within the files. I added file with this: Then I tried to begin the php content after this and saved it as file.php3. However, when I view zope doesn'

Re: [Zope] Error when starting Zope 2.9.0

2006-02-01 Thread Hugo Ramos
Any ideas??? On 2/1/06, Hugo Ramos <[EMAIL PROTECTED]> wrote: > I've used the following commands: > > ./configure --prefix=/var/zope --with-python=/usr/local/bin/python2.4 > make > make install > > cd /var/zope/bin/ > ./mkzopeinstance.py > > > Regards > Hugo > > > > On 2/1/06, Andreas Jung <[EMAI

Re: [Zope] Error when starting Zope 2.9.0

2006-02-01 Thread Jean Rodrigo Ferri
Hugo Ramos wrote: I've used the following commands: ./configure --prefix=/var/zope --with-python=/usr/local/bin/python2.4 make make install cd /var/zope/bin/ ./mkzopeinstance.py Try: $ python2.4 mkzopeinstance.py -- Jean Ferri ___ Zope maillist -

[Zope] starter application for zope 2.x

2006-02-01 Thread Tim Nash
Does anybody have a zope 2.x application that you usually use to start building products with? I have combed the products at zope but they generally are built to demo a particular functionality. I am looking for an application that ties a lot of ideas together such as: 1. something that covers user

Re: [Zope] starter application for zope 2.x

2006-02-01 Thread David
Tim Nash wrote: Does anybody have a zope 2.x application that you usually use to start building products with? I have combed the products at zope but they generally are built to demo a particular functionality. I am looking for an application that ties a lot of ideas together such as: 1. somethi

Re: [Zope] zserver-threads

2006-02-01 Thread Dieter Maurer
Jake wrote at 2006-1-31 15:53 -0500: >Am I gleaming from that that you are proposing a less-is-more approach to >threads? That's something proposed several times in the list. In our installation, we used the default (4 threads) for a long time -- until we met overload situations (all 4 threads in

Zope development tutorial (Re: [Zope] Re: Product refreshing in Zope 2.9)

2006-02-01 Thread Dieter Maurer
Tim Nash wrote at 2006-1-31 11:48 -0800: > ... > I have "completed" my first zope >product and I find that the change in mindset is the biggest >challenge. Zope is cool but it is quite different from php or java or >cgi. Have you read the "Zope Developper Guide"? It is something like a basic guid

[Zope] LocalFS

2006-02-01 Thread Rakotomandimby Mihamina
Hi, In order to learn developping for Zope, I want to learn manipulate large files. I read it is not a good idea to store them in the ZODB, so that it couls be a good idea to use LocalFS for example. I intend to use Zope2.9. But LocalFS seems to be an old product. Is there any replacement of it yo

Re: [Zope] LocalFS

2006-02-01 Thread Chris McDonough
If you're developing at the "Python Product" level (rather than at the "through the web" level), this "blob" product might help: http://www.plope.com/software/blob On Feb 1, 2006, at 5:22 PM, Rakotomandimby Mihamina wrote: Hi, In order to learn developping for Zope, I want to learn manipul

Re: [Zope] main Zope 3 benefits

2006-02-01 Thread Rakotomandimby Mihamina
On Wed, 2006-02-01 at 15:21 +, michael nt milne wrote: > Hi > > Is there a page anywhere which lists the main benefits of Zope 3? According to the beginer I am, the benefit is that zope2 will disapear (as well as zope 1, for example...). That's a good reason to learn zope 3 as soon as possibl

[Zope] Javascript rendering problem?

2006-02-01 Thread Bruno Grampa
Hello, i've what i think is a rendering problem checked on Zope 2.8.5 and Zope 2.9 (tried on unix and windows os): download from microsoft website the sdk for Windows Media Center (http://www.microsoft.com/windowsxp/mediacenter/developer/default.mspx). Inside there is a folder called HTML Templ

Re: [Zope] main Zope 3 benefits

2006-02-01 Thread Terry Hancock
On Thu, 02 Feb 2006 00:14:59 +0100 Rakotomandimby Mihamina <[EMAIL PROTECTED]> wrote: > On Wed, 2006-02-01 at 15:21 +, michael nt milne wrote: > > Is there a page anywhere which lists the main benefits > > of Zope 3? You can find the proposal for it starting from zope.org, I don't know the act

[Zope] virtualhost/apache2 problem

2006-02-01 Thread zenobito zenobito
Hello, I'm trying to set up apache2 to serve two sites, a "normal" one on www.mysite.com and a zope one on www.mysite.com/zope (using rewrite rules). I already know how to put apache2 in front of zope, but in this situation something doesn't work: I read every howto's but when connecting to http://

Re: [Zope] Javascript rendering problem?

2006-02-01 Thread Gabriel Genellina
At Wednesday 1/2/2006 20:21, Bruno Grampa wrote: Hello, i've what i think is a rendering problem checked on Zope 2.8.5 and Zope 2.9 (tried on unix and windows os): download from microsoft website the sdk for Windows Media Center (http://www.microsoft.com/windowsxp/mediacenter/developer/default