Re: [Pythonmac-SIG] py2app with ZODB

2008-01-10 Thread Tobias Rodäbel
Hi Kenneth, I wrote an objc wrapper framework for the ZODB. The python part uses py2app. Maybe you find some hints there http:// zodbdata.sourceforge.net and especially there http://zodbdata.svn.sourceforge.net/viewvc/zodbdata/trunk/python/ Didn't get into serious trouble with ZODB and py2app

Re: [Pythonmac-SIG] py2app with ZODB

2008-01-10 Thread Chris Barker
Kenneth Miller wrote: > I'm trying to build a Mac .app using py2app with python code that > uses ZODB, can anyone give me some help, or maybe an example? Have you tried it yet? What problems are you having? In theory, it should "just work", but in reality, more complex packages sometimes