Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-30 Thread Bob Ippolito
On Jun 30, 2006, at 2:33 PM, William Kyngesburye wrote: > On Jun 30, 2006, at 3:50 PM, Christopher Barker wrote: > >> I'm guessing that this may not be the ONLY lib that has this >> problem -- >> it's just the the one that's been discovered. Also, it seems possible >> that a user might have a sim

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-30 Thread William Kyngesburye
On Jun 30, 2006, at 3:50 PM, Christopher Barker wrote: > I'm guessing that this may not be the ONLY lib that has this > problem -- > it's just the the one that's been discovered. Also, it seems possible > that a user might have a similar problem with a lib that isn't > Apple's. > Here's a lis

[Pythonmac-SIG] writing a python module for the OS X Directory Access API

2006-06-30 Thread Noah Gift
I am currently writing a python module that wraps up the dscl tool up into python. Would this be a good open source project to post? I am pretty new to python and would love to work on an opensource project with smart people! The basic idea is that you can directly interact with the OS X specifi

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-30 Thread Bob Ippolito
On Jun 30, 2006, at 1:50 PM, Christopher Barker wrote: > Bob Ippolito wrote: > Would it be hard to put a little hack in Py2App to include that > particular lib, even though it is in /usr? > > Or better yet, a way to pass in a list of libs you want included > regardless of thei

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-30 Thread Michael Glassford
Christopher Barker wrote: > Bob Ippolito wrote: > Would it be hard to put a little hack in Py2App to include that > particular lib, even though it is in /usr? > > Or better yet, a way to pass in a list of libs you want included > regardless of their location. > >> It's a bad id

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-30 Thread Christopher Barker
Bob Ippolito wrote: Would it be hard to put a little hack in Py2App to include that particular lib, even though it is in /usr? Or better yet, a way to pass in a list of libs you want included regardless of their location. > It's a bad idea, and redistributing components of

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-30 Thread Bob Ippolito
On Jun 30, 2006, at 12:26 PM, Michael Glassford wrote: > Bob Ippolito wrote: >> On Jun 29, 2006, at 12:04 PM, Christopher Barker wrote: >> >>> Michael Glassford wrote: > """ >> Note that dylibs and frameworks >> in vendor locations (/System and /usr - except for /usr/local) >> are

Re: [Pythonmac-SIG] Launching a python app with an associated document

2006-06-30 Thread Bob Ippolito
On Jun 30, 2006, at 11:54 AM, Mike Covill wrote:Does anyone have experience creating a pure python app (no Cocoa integration) which is associated with a document extension?We would like to be able to launch our application by double-clicking an associated document (associated using CFBundleDocument

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-30 Thread Michael Glassford
Bob Ippolito wrote: > On Jun 29, 2006, at 12:04 PM, Christopher Barker wrote: > >> Michael Glassford wrote: """ > Note that dylibs and frameworks > in vendor locations (/System and /usr - except for /usr/local) > are NOT > included in your application bundle. """ >> Wou

[Pythonmac-SIG] Launching a python app with an associated document

2006-06-30 Thread Mike Covill
Does anyone have experience creating a pure python app (no Cocoa integration) which is associated with a document extension?We would like to be able to launch our application by double-clicking an associated document (associated using CFBundleDocumentTypes in the info.plist) and having the data in