[Pythonmac-SIG] py2App

2006-05-10 Thread Pierre Thibault
Hello, Is py2App still working or is it an obsolete thing? I am unable to use it with the Python 2.4.3 that I have in '/Library/Frameworks/Python.framework/Versions/2.4/bin/python' but I can use it with the Darwin port of Python 2.4.2 in '/opt/local/bin' of my machine. With '/opt/local/bin/py

Re: [Pythonmac-SIG] py2App

2006-05-10 Thread Bob Ippolito
On May 9, 2006, at 9:32 AM, Pierre Thibault wrote: > Hello, > > Is py2App still working or is it an obsolete thing? I am unable to use > it with the Python 2.4.3 that I have in > '/Library/Frameworks/Python.framework/Versions/2.4/bin/python' but > I can > use it with the Darwin port of Python 2

Re: [Pythonmac-SIG] AE/PyObjC: how to use event loops to process AE

2006-05-10 Thread has
Daniel Lord wrote: >A PyObjC application using Appkit starts and event loop in AppHelper >thus: > > AppHelper.runEventLoop() > >But, the examples I have seen using Apple Events in Python (not >PyObjC) install their own handlers and then call the event loop: > > CarbonEvt.RunApplication

Re: [Pythonmac-SIG] ical.py loose in the wild

2006-05-10 Thread has
John Hazen wrote: >Basically, I've got email messages with iCalendar (.ics) file >attachments. > >I can't seem to find the way in the iCal dictionary to make it import a >file (the "open" command thinks it's an iCal calendar, and errors out). If you can drag-n-drop the .ics file onto iCal's icon

[Pythonmac-SIG] [JOB] Python/Mac Developer, NYC

2006-05-10 Thread Beau Gould
My client is one of the world's premier auction houses. They are looking for a Python/Mac Developer with experience in all phases of development and, ideally, experience as a technical lead and architect. This is a full time, on-site, salaried job paying 60-90k dep on exp. More for the right guy/

[Pythonmac-SIG] py2app corrupting libraries

2006-05-10 Thread Kent Quirk
Hi, all.   We have a large mixed Python and C++ application with about a dozen frameworks which cross-reference one another.   We’ve been shipping it for almost a year on PPC Macs using py2app to package things – so we know we have the py2app stuff approximately correct. We’ve been tryi

Re: [Pythonmac-SIG] py2app corrupting libraries

2006-05-10 Thread Bob Ippolito
On May 10, 2006, at 5:14 PM, Kent Quirk wrote: > We have a large mixed Python and C++ application with about a dozen > frameworks which cross-reference one another. > > > > We’ve been shipping it for almost a year on PPC Macs using py2app > to package things – so we know we have the py2app st