[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

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

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

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

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 Debian package

[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 dtml-let myvar='hello world'dtml-var testproduct/dtml-let I'd like myvar to be available in the__call__ method of

[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 dtml-let myvar='hello world'dtml-var

Re: [Zope-dev] zope.mimetype dependency on zope.publisher

2008-02-21 Thread Chris Withers
Fred Drake wrote: This dependency exists because the content-type parsing functions happened to be available in zope.publisher. I'd be happy to see things refactored to allow this dependency to be broken. Do I remember rightly that there's a zope.contenttype these could be moved to?

Re: [Zope-dev] zope.mimetype dependency on zope.publisher

2008-02-21 Thread Fred Drake
On Thu, Feb 21, 2008 at 9:31 AM, Chris Withers [EMAIL PROTECTED] wrote: Do I remember rightly that there's a zope.contenttype these could be moved to? You do, though I didn't. :-) zope.contenttype is a copy/hack of an older version of the mimetypes module from Python's standard library.

RE: [Zope-dev] zope.mimetype dependency on zope.publisher

2008-02-21 Thread sean.upton
Fred Drake wrote: zope.contenttype is a copy/hack of an older version of the mimetypes module from Python's standard library. I'm not sure it's a *good* place to put the functions, but it's probably better than zope.publisher. zope.contenttype has only standard library dependencies, which

Re: [Zope-dev] Re: Sessions, ConflictError and emails

2008-02-21 Thread morten
Laurence, thanks for the tip, exactly what I needed to know. :-) -Morten On Tue, 19 Feb 2008 10:30:29 +, Laurence Rowe [EMAIL PROTECTED] wrote: See the discussion on plone-dev a while ago, link integrity checking will make Plone 3.0 broken and dangerous. Worth trying with 2.9.8 at

Re: [Zope-dev] zope.mimetype dependency on zope.publisher

2008-02-21 Thread Fred Drake
On Thu, Feb 21, 2008 at 3:10 PM, [EMAIL PROTECTED] wrote: zope.contenttype has only standard library dependencies, which is an improvement for me. For everyone, really. Renaming that module to be more descriptive too might be good when it is copied. See attached diff to trunk r79689