I used easy_install to install py2app 0.6 and tried it out on one of
several applications I distribute. Unfortunately the build failed with;
*** using recipe: virtualenv ***
*** using recipe: PIL ***
*** using recipe: matplotlib ***
*** using recipe: pydoc ***
*** using recipe: scipy ***
*** usin
On 23 Mar, 2011, at 20:21, hst...@notes.cc.sunysb.edu wrote:
> I am currently working with XCode 4 and PyObjC. Despite the earlier warning,
> XCode 4's interface builder supports python.
> So, for example, objc.IBOutlet() and @objc.IBAction are showing up as outlets
> and actions for making c
I am currently working with XCode 4 and PyObjC. Despite the earlier
warning, XCode 4's interface builder supports python.
So, for example, objc.IBOutlet() and @objc.IBAction are showing up as
outlets and actions for making connections in
interface builder. I also have no problems importing clas