[Pythonmac-SIG] Problem with py2app 0.6

2011-03-29 Thread Russell E. Owen
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

Re: [Pythonmac-SIG] a word of warning for pyobjc users

2011-03-29 Thread Ronald Oussoren
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

Re: [Pythonmac-SIG] a word of warning for pyobjc users

2011-03-29 Thread hstrey
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