[Zope] Re: dtml-let and product

2008-02-21 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wayne Volkmuth wrote: > I have a simple test Zope product inheriting from Cacheable, PropertyManager > and SimpleItem. > > Say I have a dtml method at http://myzopeinstance.com/testdtml with contents > > > I'd like "myvar" to be available in the__c

[Zope] dtml-let and product

2008-02-21 Thread Wayne Volkmuth
I have a simple test Zope product inheriting from Cacheable, PropertyManager and SimpleItem. Say I have a dtml method at http://myzopeinstance.com/testdtml with contents I'd like "myvar" to be available in the__call__ method of testproduct. I don't know how to do that. Here's my testproduct

RE : Re: [Zope] RE : Re: RE : Re: Frequent Zope crashes (Zope 2.9.8)

2008-02-21 Thread Paul Brettschneider
Hi, --- Andreas Jung <[EMAIL PROTECTED]> a écrit : > --On 17. Februar 2008 16:59:54 +0100 Paul > Brettschneider > <[EMAIL PROTECTED]> wrote: > > > > If I am informed correctly, only ZPsycopgDA > contains > > C-code. The psycopg module is not built from > source > > but installed via the Debia

Re: [Zope] MySQL-python-1.2.2 breaks compiling on Mac OS X 10.5 (Andy Dustman?)

2008-02-21 Thread Hugo Ramos
Hi Tino, Is "I've never used Postgres before and all my web life experience is MySQL based" reason enough? :-) Thanks Hugo On Thu, Feb 21, 2008 at 3:31 PM, Tino Wildenhain <[EMAIL PROTECTED]> wrote: > Hugo Ramos wrote: > > Well, > > > > I went googling for this error... Google gives 1 (one)

Re: [Zope] MySQL-python-1.2.2 breaks compiling on Mac OS X 10.5 (Andy Dustman?)

2008-02-21 Thread Tino Wildenhain
Hugo Ramos wrote: Well, I went googling for this error... Google gives 1 (one) answer!!! The worst part is that it's related to django and mod_python. I guess nobody solved this yet... I'll have to go back to OS X 10.4 (Tiger). You could also forward to Postgres :-) Unless you have a very spe

Re: [Zope] MySQL-python-1.2.2 breaks compiling on Mac OS X 10.5 (Andy Dustman?)

2008-02-21 Thread David Pratt
Hi Hugo. Yes, that's true but of course you have to consider all of the other frameworks that apple has already put on your machine. Much of the problem will come when linking the libraries when compiling. So in fact it is a bigger issue and requires much of the base software to recompiled usin

[Zope] What groupware (not CMS) on top of Zope?

2008-02-21 Thread Rakotomandimby Mihamina
Hi, I juste asked on the Plone ML if it could be used as a groupware while CMS is its first feature. Andreas (thanks Andreas) aswered me it would be a good idea to look for a dedicated solution. I would like to stick on Zope and I am looking for a solution laying on it. My feature requests are:

Re: [Zope] MySQL-python-1.2.2 breaks compiling on Mac OS X 10.5 (Andy Dustman?)

2008-02-21 Thread Hugo Ramos
Hello David, It makes sense to me! The only thing I was using as a binary was Python 2.4.4 universal binary. I guess if I was using Python from the source it should work then. Thank you very much. Hugo On Thu, Feb 21, 2008 at 3:01 AM, David Pratt <[EMAIL PROTECTED]> wrote: > Hi Hugo. I believe