Re: [Webware-devel] ZODB (Zope object database) on Mac Jaguar

2002-12-17 Thread Michael Engelhart
Zope and it's related code (like ZODB) are not supported on Python 2.2. That's why downgrading to Python 2.1 worked for that guy. I heard that 2.6 beta does work and that 2.7 will work but I have no idea as I only looked into this for like 10 minutes. (I too have OS X Jaguar boxes). I dec

Re: [Webware-devel] ZODB (Zope object database) on Mac Jaguar

2002-12-17 Thread Patrik Andreasen
Lee Phillips <[EMAIL PROTECTED]> [2002-12-16 20:53:01 -0500]: > I'm interested in using the ZODB with Webware. I develop on Macs running > OSX 10.2.x (Jaguar). I compiled a couple of stable versions of the ZODB > on a Mac running OS X 10.2.1 with the python 2.2 included by Apple. They > (Standalon

Re: [Webware-devel] ZODB (Zope object database) on Mac Jaguar

2002-12-16 Thread Chuck Esterbrook
I use (and wrote much of) Webware's own MiddleKit. So my data lives in a traditional SQL database which gives me lots of speed, powerful queries, 3rd party tools, etc., but as a Python programmer everything is OO. Much of MiddleKit is inspired by Apple's Enterprise Object Framework (EOF) so de