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
Thanks for the fix.
Another problem seems be that it only build
a intel app -- it seems that the prebuilt main is the
same for Intel and PPC
M
On Jan 10, 2008, at 6:44 AM, Edward Hartley wrote:
On 10 Jan 2008, at 11:00, [EMAIL PROTECTED] wrote:
When replying, please edit your Subject line
Am 2008-01-10 um 03:39 schrieb Nolan Schreiber:
> following the guidelines at http://svn.pythonmac.org/py2app/py2app/
> trunk/doc/index.html#create-a-setup-py-file, I have setup.py
> scripted and saved as a plain text file, seen here:
>
> from ez_setup import use_setuptools
> use_setuptools()
>
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
On 10 Jan 2008, at 06:54, Ronald Oussoren wrote:
>> I'm trying to create a PyObjC wrapper for objc-appscript,
>
> Why?
Partly just to know how, as one of objc-appscript's goals is to
provide a foundation for implementing other appscript bridges, and
this lets me explore the ins and outs.
Par
Hi
I had python for the mac 2.5 running fine on os x 10.4 tiger - was
able too drop a .py file onto the launcher and it ran. Recently
upgraded to os x 10.5 leopard and now when I drop the file on the
launcher it just hangs on the Terminal window. I reinstalled 2.5 and
then installed 2.5.
Hi All,
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?
Regards,
Ken
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/p
On 10 Jan 2008, at 11:00, [EMAIL PROTECTED] wrote:
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Pythonmac-SIG digest..."
Today's Topics:
1. Re: py2app 0.4.2 recipe errors (Ronald Oussoren)
2. Re: creating PyObjC wrapper for ObjC framework? (Ro