[Pythonmac-SIG] Re: [Pyobjc-dev] PyObjC py2app-branch merged to trunk (original) (raw)
Bob Ippolito bob at redivi.com
Sat Dec 4 17:45:21 CET 2004
- Previous message: [Pythonmac-SIG] Building Numeric Python on Panther
- Next message: [Pythonmac-SIG] Re: [Pyobjc-dev] PyObjC py2app-branch merged to trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
What version of Mac OS X is this?
On Dec 4, 2004, at 10:36, Victor Ng wrote:
I'm having problems with buliding the example applications - not really sure what I'm doing wrong.
I've just installed py2app from it's svn trunk, and pyobjc from svn trunk. When I run setup.py py2app on the CurrencyConverter example, I get an error dialog popping up with: ImportError: '/Users/victorng/dev/pyobjc/trunk/pyobjc/Examples/CurrencyConverter/ dist/CurrencyConverter.app/Contents/Resources/Python/lib-dynload/objc/ objc.so' not found When I try looking in the lib-dynload directory - I don't have any objc, AppKit or other directories that I think I'm supposed to be getting. Any pointers? vic
On Sun, 28 Nov 2004 23:58:38 -0500, Bob Ippolito <bob at redivi.com> wrote: The py2app-branch of PyObjC has been merged to trunk, and development will continue on trunk. For those of you that have checked out py2app-branch, please svn switch back to http://svn.red-bean.com/pyobjc/trunk/pyobjc
Enhancements include but are not limited to: - All buildapp.py scripts are gone, bundlebuilder is no longer used anywhere. Examples now have setup.py scripts and are built with "python setup.py py2app". - The way setup.py works has changed significantly. It now supports a bdistmpkg command to build a .mpkg distribution containing both PyObjC and py2app - Includes a copy of what will be py2app 0.1.6 (or possibly 0.2.0 .. depending on what else I change) - Enhanced compatibility with the Apple Objective C runtime - Bugfixes and minor feature additions on several other fronts - A sandbox directory with some new half-baked ideas for a new Objective C header parser The Xcode template still does not support py2app. I would recommend that if you use Xcode, you should only use it for development. Deployment should be done using py2app. -bob ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
Pyobjc-dev mailing list Pyobjc-dev at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pyobjc-dev
- Previous message: [Pythonmac-SIG] Building Numeric Python on Panther
- Next message: [Pythonmac-SIG] Re: [Pyobjc-dev] PyObjC py2app-branch merged to trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]