Re: [Pythonmac-SIG] py2app question: path to included python

2006-06-05 Thread Bob Ippolito
On Jun 5, 2006, at 4:56 PM, Russell E. Owen wrote: > When using py2app to create an application, is there a simple way > to get > the path to the copy of python that is/will be bundled into the > application? > > (I need this to copy in some matploblit data files) > So far I'm generating it man

[Pythonmac-SIG] py2app question: path to included python

2006-06-05 Thread Russell E. Owen
When using py2app to create an application, is there a simple way to get the path to the copy of python that is/will be bundled into the application? (I need this to copy in some matploblit data files) So far I'm generating it manually using some assumptions. it works but if there's a safer/ea

Re: [Pythonmac-SIG] PyObjC/Py2App build problem

2006-06-05 Thread Michael Glassford
Bob Ippolito wrote: > On Jun 5, 2006, at 12:21 PM, Michael Glassford wrote: [snip] >> Well, you're right about that; apparently I wasn't using it there. >> However, I am using it most of the time, including earlier today >> when I >> said I got it working (I've verified that). What must have ha

Re: [Pythonmac-SIG] Best way to use CoreGraphics

2006-06-05 Thread Hartmut Goebel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ronald Oussoren schrieb: >> That's definetly the one you shouldn't be using ;-) [...] >> That's not an open-source library, hence porting is not possible. [...] >> That doesn't work either, CoreGraphics isn't an ObjC library. I'm Urgs, no good news :

Re: [Pythonmac-SIG] PyObjC/Py2App build problem

2006-06-05 Thread Bob Ippolito
On Jun 5, 2006, at 12:21 PM, Michael Glassford wrote: > Ronald Oussoren wrote: >> On 5-jun-2006, at 20:42, Michael Glassford wrote: >> >>> Ronald Oussoren wrote: On 2-jun-2006, at 22:39, Michael Glassford wrote: > This seems to have worked for me. I'm now getting another error > (at

Re: [Pythonmac-SIG] PyObjC/Py2App build problem

2006-06-05 Thread Michael Glassford
Ronald Oussoren wrote: > On 5-jun-2006, at 20:42, Michael Glassford wrote: > >> Ronald Oussoren wrote: >>> On 2-jun-2006, at 22:39, Michael Glassford wrote: This seems to have worked for me. I'm now getting another error (at the end of this message). I haven't had time to look at it

Re: [Pythonmac-SIG] PyObjC/Py2App build problem

2006-06-05 Thread Ronald Oussoren
On 5-jun-2006, at 20:42, Michael Glassford wrote: > Ronald Oussoren wrote: >> On 2-jun-2006, at 22:39, Michael Glassford wrote: >>> This seems to have worked for me. I'm now getting another error >>> (at the end of this message). I haven't had time to look at it >>> yet because of other thing

Re: [Pythonmac-SIG] PyObjC/Py2App build problem

2006-06-05 Thread Bob Ippolito
On Jun 5, 2006, at 11:42 AM, Michael Glassford wrote: > Ronald Oussoren wrote: >> >> On 2-jun-2006, at 22:39, Michael Glassford wrote: >> >>> This seems to have worked for me. I'm now getting another error (at >>> the end of this message). I haven't had time to look at it yet >>> because >>> of

Re: [Pythonmac-SIG] PyObjC/Py2App build problem

2006-06-05 Thread Michael Glassford
Ronald Oussoren wrote: > > On 2-jun-2006, at 22:39, Michael Glassford wrote: > >> This seems to have worked for me. I'm now getting another error (at >> the end of this message). I haven't had time to look at it yet because >> of other things that came up today, so it may be something simple. >

[Pythonmac-SIG] FYI: Trouble with Xcode 2.3 is not localized...

2006-06-05 Thread Daniel Lord
Begin forwarded message:From: [EMAIL PROTECTED]Date: June 4, 2006 22:53:29 PDTTo: [EMAIL PROTECTED]Subject: Bad GMP build using Xcode 2.3 on Apple PowerMac G5 Apple Power Mac G5 users should be aware that the version of the gcc compiler (gcc 4.0.1 Build 5341) included with Apple's recent developer

Re: [Pythonmac-SIG] Best way to use CoreGraphics

2006-06-05 Thread Ronald Oussoren
On 5-jun-2006, at 11:47, Hartmut Goebel wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > > I wunder what's the best way for accessing CoreGraphics with Python > 2.4, > since Carbon.CG is nearly empty. That's definetly the one you shouldn't be using ;-) > > * port Appley C

[Pythonmac-SIG] Best way to use CoreGraphics

2006-06-05 Thread Hartmut Goebel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I wunder what's the best way for accessing CoreGraphics with Python 2.4, since Carbon.CG is nearly empty. * port Appley CoreGraphics module to 2.4 (but where is the source)? * using PYObjC? * something completly different? Any tipps? - -- Sc